Author: tschoening Date: Thu Mar 24 16:34:38 2016 New Revision: 1736462 URL: http://svn.apache.org/viewvc?rev=1736462&view=rev Log: code style
Modified: incubator/log4cxx/trunk/pom.xml Modified: incubator/log4cxx/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1736462&r1=1736461&r2=1736462&view=diff ============================================================================== --- incubator/log4cxx/trunk/pom.xml (original) +++ incubator/log4cxx/trunk/pom.xml Thu Mar 24 16:34:38 2016 @@ -174,6 +174,7 @@ <goal>run</goal> </goals> </execution> + <execution> <phase>test-compile</phase> <id>test-compile</id> @@ -186,6 +187,7 @@ <goal>run</goal> </goals> </execution> + <execution> <phase>test</phase> <id>test</id> @@ -198,6 +200,7 @@ <goal>run</goal> </goals> </execution> + <execution> <phase>package</phase> <id>autogen</id> @@ -210,6 +213,7 @@ <goal>run</goal> </goals> </execution> + <execution> <phase>site</phase> <id>site</id> @@ -222,6 +226,7 @@ <goal>run</goal> </goals> </execution> + <execution> <phase>post-site</phase> <id>post-site</id> @@ -234,6 +239,7 @@ <goal>run</goal> </goals> </execution> + <execution> <phase>site-deploy</phase> <id>site-deploy</id> @@ -247,17 +253,20 @@ </goals> </execution> </executions> + <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.3</version> </dependency> + <dependency> <groupId>ant-contrib</groupId> <artifactId>ant-contrib</artifactId> <version>1.0b2</version> </dependency> + <dependency> <groupId>ant-contrib</groupId> <artifactId>cpptasks</artifactId> @@ -265,6 +274,7 @@ </dependency> </dependencies> </plugin> + <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> @@ -281,11 +291,13 @@ </execution> </executions> </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rat-maven-plugin</artifactId> <version>1.0-alpha-3</version> </plugin> + <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> @@ -293,6 +305,7 @@ <templateFile>${basedir}/src/site/maven-site.vm</templateFile> </configuration> </plugin> + <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.3</version>