summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 16:34:38 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-24 16:34:38 +0000
commit84dba24ec73e010b166978189fac60815178f28c (patch)
treeed28e21d572f65ad594d94bf4f10356d9707b888
parentaa6f41ec432bc34b1059dad14b2b6f87f5503c75 (diff)
downloadlog4cxx-84dba24ec73e010b166978189fac60815178f28c.tar.gz
code style
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736462 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
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>