code style
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/7942ffb1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/7942ffb1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/7942ffb1 Branch: refs/heads/master Commit: 7942ffb1c85aaa8d0f59e2f9f8c5e3da806b5141 Parents: 035e60f Author: Thorsten Schöning <[email protected]> Authored: Thu Mar 24 16:34:38 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Thu Mar 24 16:34:38 2016 +0000 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/7942ffb1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 30d4c7e..9b5e690 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
