cppcheck
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>cppcheck</artifactId> <version>0.10.3</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jvnet.hudson.plugins</groupId> <artifactId>plugin</artifactId> <version>1.355</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>cppcheck</artifactId> <packaging>hpi</packaging> <name>Hudson Cppcheck Plug-in</name> <version>0.10.3</version> <url>http://wiki.hudson-ci.org/display/HUDSON/Cppcheck+Plugin</url> <licenses> <license> <name>MIT license</name> <comments>All source code is under the MIT license.</comments> </license> </licenses> <dependencies> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.03</version> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> <dependency> <artifactId>jdom</artifactId> <groupId>jdom</groupId> <version>1.0</version> </dependency> <dependency> <groupId>saxpath</groupId> <artifactId>saxpath</artifactId> <version>1.0-FCS</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.0-FCS</version> </dependency> <dependency> <groupId>de.java2html</groupId> <artifactId>java2html</artifactId> <version>5.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.3.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.8.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.0</version> <scope>test</scope> </dependency> </dependencies> <developers> <developer> <id>gbois</id> <name>Gregory Boissinot</name> <email>gbois@dev.java.net</email> </developer> </developers> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.jvnet.hudson.tools</groupId> <artifactId>maven-hpi-plugin</artifactId> <extensions>true</extensions> <configuration> <compatibleSinceVersion>0.7</compatibleSinceVersion> </configuration> </plugin> </plugins> </build> <scm> <connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/cppcheck-0.10.3</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/cppcheck-0.10.3</developerConnection> <url>https://hudson.dev.java.net/source/browse/hudson/tags/cppcheck-0.10.3</url> </scm> </project>