- Revision
- 1313
- Author
- rfscholte
- Date
- 2011-09-09 15:43:37 -0500 (Fri, 09 Sep 2011)
Log Message
clean up pom.xml
Modified Paths
Diff
Modified: trunk/qdox/pom.xml (1312 => 1313)
--- trunk/qdox/pom.xml 2011-09-06 21:43:49 UTC (rev 1312) +++ trunk/qdox/pom.xml 2011-09-09 20:43:37 UTC (rev 1313) @@ -164,41 +164,49 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>2.4.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.7.2</version> + <configuration> + <forkMode>always</forkMode> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>2.3.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.3.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.5</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>2.2</version> + <version>3.0</version> + <configuration> + <templateFile>${basedir}/src/site/templates/site.vm</templateFile> + </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-clean-plugin</artifactId> - <version>2.4.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.7.2</version> - <configuration> - <forkMode>always</forkMode> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.3.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <version>2.3.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.5</version> - </plugin> - <plugin> <groupId>de.jflex</groupId> <artifactId>maven-jflex-plugin</artifactId> <version>1.4.3</version> @@ -265,16 +273,6 @@ </executions> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.6</version> @@ -300,11 +298,7 @@ <artifactId>maven-invoker-plugin</artifactId> <version>1.5</version> <configuration> - <projectsDirectory>src/it</projectsDirectory> <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> - <pomIncludes> - <pomInclude>*/pom.xml</pomInclude> - </pomIncludes> <postBuildHookScript>verify</postBuildHookScript> <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> <goals> @@ -346,13 +340,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <templateFile>${basedir}/src/site/templates/site.vm</templateFile> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration> @@ -454,40 +441,6 @@ <!-- <profile> <id>release-site</id> <activation> <file> <exists>release.properties</exists> </file> </activation> <build> <filters> <filter>release.properties</filter> </filters> </build> </profile> --> - <profile> - <id>maven-3</id> - <activation> - <file> - <!-- This employs that the basedir _expression_ is only recognized - by Maven 3.x (see MNG-2363) --> - <exists>${basedir}</exists> - </file> - </activation> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.0-beta-3</version> - </plugin> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <id>attach-descriptor</id> - <goals> - <goal>attach-descriptor</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> </profiles> <!-- Reports --> @@ -512,6 +465,11 @@ </reportSets> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.3</version> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> @@ -522,12 +480,8 @@ <version>2.7</version> <configuration> <packagenames>com.thoughtworks.qdox.*</packagenames> - <use>true</use> - <version>true</version> - <windowtitle>${project.name} ${project.version} API</windowtitle> <tag name="noinspection" description="IntelliJ Inspection Ignore tag" enabled="false" /> - <encoding>UTF-8</encoding> </configuration> </plugin> @@ -556,6 +510,5 @@ <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <timestamp>${maven.build.timestamp}</timestamp> - <xsite.sourceDirectoryPath>${project.build.directory}/generated-site</xsite.sourceDirectoryPath> </properties> </project>
To unsubscribe from this list please visit:
