You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by gr...@apache.org on 2011/08/16 12:26:02 UTC

svn commit: r1158186 - in /logging/log4j/companions: component/trunk/pom.xml extras/trunk/pom.xml parent/trunk/pom.xml receivers/trunk/pom.xml zeroconf/trunk/pom.xml

Author: grobmeier
Date: Tue Aug 16 10:26:02 2011
New Revision: 1158186

URL: http://svn.apache.org/viewvc?rev=1158186&view=rev
Log:
cleaned up pom files, moved plugins to parent pom, formatting etc

Modified:
    logging/log4j/companions/component/trunk/pom.xml
    logging/log4j/companions/extras/trunk/pom.xml
    logging/log4j/companions/parent/trunk/pom.xml
    logging/log4j/companions/receivers/trunk/pom.xml
    logging/log4j/companions/zeroconf/trunk/pom.xml

Modified: logging/log4j/companions/component/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/component/trunk/pom.xml?rev=1158186&r1=1158185&r2=1158186&view=diff
==============================================================================
--- logging/log4j/companions/component/trunk/pom.xml (original)
+++ logging/log4j/companions/component/trunk/pom.xml Tue Aug 16 10:26:02 2011
@@ -15,341 +15,234 @@
  limitations under the License.
 
 -->
-<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>
+<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>log4j</groupId>
+		<artifactId>apache-log4j-companions-parent</artifactId>
+		<version>1.0-SNAPSHOT</version>
+		<relativePath>.../apache-log4j-companions-parent</relativePath>
+	</parent>
 	<groupId>log4j</groupId>
-	<artifactId>apache-log4j-companions-parent</artifactId>
+	<artifactId>apache-log4j-component</artifactId>
+	<packaging>jar</packaging>
 	<version>1.0-SNAPSHOT</version>
-  </parent>
-  <groupId>log4j</groupId>
-  <artifactId>apache-log4j-component</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>Apache Component Companion for log4j 1.2.</name>
-  <description>This companion emulates the log4j 1.3 Component Framework to
+	<name>Apache Component Companion for log4j 1.2.</name>
+	<description>This companion emulates the log4j 1.3 Component Framework to
   simplify the back-porting of code that made use of its services.  It does
   not provide any immediately useful functionality to log4j by itself,
   but is used by Receivers and Chainsaw.</description>
-  <url>http://logging.apache.org:80/log4j/companions/component</url>
-  <issueManagement>
-    <system>Bugzilla</system>
-    <url>http://issues.apache.org/bugzilla/</url>
-  </issueManagement>
-  <ciManagement>
-  		<system>Gump</system>
-  		 <url>http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html</url>
-  </ciManagement>
-<mailingLists>
-	<mailingList>
-		<name>log4j-user</name>
-		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
-		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
-		<post>log4j-user@logging.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
-		<otherArchives>
-			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
-		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
-		</otherArchives>
-	</mailingList>
-	<mailingList>
-		<name>log4j-dev</name>
-		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
-		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
-		<post>log4j-dev@logging.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
-		<otherArchives>
-		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
-		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
-		</otherArchives>
-	</mailingList>
-</mailingLists>
-<licenses>
-	<license>
-		<name>Apache License, Version 2.0</name>
-		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-		<distribution>repo</distribution>
-	</license>
-</licenses>
-<scm>
-	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk</developerConnection>
-	<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/component/trunk</url>
-</scm>
-<organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-</organization>
-<build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <workingDirectory>target</workingDirectory>
-        </configuration>
-      </plugin>
-	  <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-                <manifestSections>
-                <manifestSection>
-                    <name>org.apache.log4j</name>
-                    <manifestEntries>
-                        <Implementation-Title>${project.name}</Implementation-Title>
-                        <Implementation-Version>${project.version}</Implementation-Version>
-                        <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
-                    </manifestEntries>
-                </manifestSection>
-                </manifestSections>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <phase>site</phase>
-            <id>untag-site</id>
-            <configuration>
-                <tasks>
-                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
-                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
-                <replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
-					<fileset dir="target/site/apidocs" includes="**/*.html"/>
-				</replaceregexp>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>post-site</phase>
-            <id>post-site</id>
-            <configuration>
-                <tasks>
-                   <ant target="post-site"/>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>site-deploy</phase>
-            <id>site-deploy</id>
-            <configuration>
-                <tasks>
-                   <ant target="site-deploy"/>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>javadoc.resources</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <copy todir="${project.build.directory}/apidocs/META-INF">
-                  <fileset dir="${basedir}">
-                    <include name="LICENSE" />
-                    <include name="NOTICE" />
-                  </fileset>
-                </copy>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-       <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-junit</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant-contrib</groupId>
-            <artifactId>ant-contrib</artifactId>
-            <version>1.0b2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-	  <plugin>
-         <artifactId>maven-assembly-plugin</artifactId>
-         <configuration>
-           <descriptors>
-              <descriptor>src/assembly/bin.xml</descriptor>
-           </descriptors>
-           <appendAssemblyId>false</appendAssemblyId>
-        </configuration>
-        <executions>
-            <execution>
-            	<phase>package</phase>
-                <goals>
-                    <goal>assembly</goal>
-                </goals>
-            </execution>
-        </executions>
-	 </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <docEncoding>UTF-8</docEncoding>
-        </configuration>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                    <goal>javadoc</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
-        <configuration>
-          <templateFile>${basedir}/src/site/maven-site.vm</templateFile>
-          <reportPlugins>
-            <plugin>
-              <artifactId>maven-project-info-reports-plugin</artifactId>
-              <version>2.4</version>
-              <reportSets>
-                <reportSet>
-                  <reports>
-                    <report>scm</report>
-                    <report>dependencies</report>
-                    <report>cim</report>
-                    <report>issue-tracking</report>
-                    <report>mailing-list</report>
-                    <report>license</report>
-                  </reports>
-                </reportSet>
-              </reportSets>
-            </plugin>
-          
-            <plugin>
-              <artifactId>maven-changes-plugin</artifactId>
-              <reportSets>
-                <reportSet>
-                  <reports>
-                    <report>changes-report</report>
-                  </reports>
-                </reportSet>
-              </reportSets>
-              <configuration>
-                <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
-              </configuration>
-            </plugin>
-            <plugin>
-              <artifactId>maven-pmd-plugin</artifactId>
-              <configuration>
-                <encoding>UTF-8</encoding>
-              </configuration>
-            </plugin>
-            <plugin>
-              <artifactId>maven-javadoc-plugin</artifactId>
-              <configuration>
-                <encoding>UTF-8</encoding>
-                <bottom><![CDATA[<p>Copyright ]]>© {currentYear} The Apache Software Foundation. Licensed under the <![CDATA[<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p>
-<p>Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.</p>]]></bottom> 
-              </configuration>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.rat</groupId>
-              <artifactId>apache-rat-plugin</artifactId>
-              <version>0.7</version>
-              <configuration>
-                <excludes>
-                  <!--  empty file  -->
-                  <exclude>src/site/resources/css/site.css</exclude>
-                  <!--  sample log file  -->
-                  <exclude>src/test/resources/org/apache/log4j/plugins/plugins.PluginTestCase.test1.txt</exclude>
-                </excludes>
-              </configuration>
-            </plugin>
-          </reportPlugins>
-        </configuration>
-      </plugin>
-      
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <goals>site-deploy</goals>
-        </configuration>
-      </plugin>
-    </plugins>
-</build>
-  
-  <!-- DEPENDENCIES -->
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.15</version>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.jms</groupId>
-          <artifactId>jms</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jdmk</groupId>
-          <artifactId>jmxtools</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jmx</groupId>
-          <artifactId>jmxri</artifactId>
-        </exclusion>
-        <exclusion>
-          <artifactId>mail</artifactId>
-          <groupId>javax.mail</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-  </dependencies>
- 
- <distributionManagement>
-    <repository>
-      <id>logging.repo</id>
-      <url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
-    </repository>
-    <site>
-      <id>logging.site</id>
-      <url>scp://localhost/${user.dir}/target/site-deploy</url>
-    </site>
-  </distributionManagement>
+	<url>http://logging.apache.org:80/log4j/companions/component</url>
+	<issueManagement>
+		<system>Bugzilla</system>
+		<url>http://issues.apache.org/bugzilla/</url>
+	</issueManagement>
+	<ciManagement>
+		<system>Gump</system>
+		<url>http://vmgump.apache.org/gump/public/logging-log4j-component/logging-log4j-component/index.html</url>
+	</ciManagement>
+	<mailingLists>
+		<mailingList>
+			<name>log4j-user</name>
+			<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4j-user@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
+			<otherArchives>
+				<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>log4j-dev</name>
+			<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4j-dev@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+			<otherArchives>
+				<otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+			</otherArchives>
+		</mailingList>
+	</mailingLists>
+	<licenses>
+		<license>
+			<name>Apache License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/component/trunk</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/component/trunk</url>
+	</scm>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org</url>
+	</organization>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+					<encoding>UTF-8</encoding>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>3.0</version>
+				<configuration>
+					<templateFile>${basedir}/src/site/maven-site.vm</templateFile>
+					<reportPlugins>
+						<plugin>
+							<artifactId>maven-project-info-reports-plugin</artifactId>
+							<version>2.4</version>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>scm</report>
+										<report>dependencies</report>
+										<report>cim</report>
+										<report>issue-tracking</report>
+										<report>mailing-list</report>
+										<report>license</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+						</plugin>
+
+						<plugin>
+							<artifactId>maven-changes-plugin</artifactId>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>changes-report</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+							<configuration>
+								<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+							</configuration>
+						</plugin>
+						<plugin>
+							<artifactId>maven-pmd-plugin</artifactId>
+							<configuration>
+								<encoding>UTF-8</encoding>
+							</configuration>
+						</plugin>
+						<plugin>
+							<artifactId>maven-javadoc-plugin</artifactId>
+							<configuration>
+								<encoding>UTF-8</encoding>
+								<bottom><![CDATA[<p>Copyright ]]>©
+									{currentYear} The Apache Software Foundation. Licensed under
+									the <![CDATA[<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p>
+<p>Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.</p>]]></bottom>
+							</configuration>
+						</plugin>
+						<plugin>
+							<groupId>org.apache.rat</groupId>
+							<artifactId>apache-rat-plugin</artifactId>
+							<version>0.7</version>
+							<configuration>
+								<excludes>
+									<!-- empty file -->
+									<exclude>src/site/resources/css/site.css</exclude>
+									<!-- sample log file -->
+									<exclude>src/test/resources/org/apache/log4j/plugins/plugins.PluginTestCase.test1.txt</exclude>
+								</excludes>
+							</configuration>
+						</plugin>
+					</reportPlugins>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<goals>site-deploy</goals>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>site</phase>
+						<id>untag-site</id>
+						<configuration>
+							<tasks>
+								<taskdef name="replaceregexp"
+									classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+								<replaceregexp file="target/site/source-repository.html"
+									match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g" />
+								<replaceregexp match="-- Generated by (.*) on .*--"
+									replace="-- Generated by \1 --" flags="g">
+									<fileset dir="target/site/apidocs" includes="**/*.html" />
+								</replaceregexp>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>post-site</phase>
+						<id>post-site</id>
+						<configuration>
+							<tasks>
+								<ant target="post-site" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>site-deploy</phase>
+						<id>site-deploy</id>
+						<configuration>
+							<tasks>
+								<ant target="site-deploy" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant-nodeps</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>ant-contrib</groupId>
+						<artifactId>ant-contrib</artifactId>
+						<version>1.0b2</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+		</plugins>
+	</build>
+
+	<distributionManagement>
+		<repository>
+			<id>logging.repo</id>
+			<url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
+		</repository>
+		<site>
+			<id>logging.site</id>
+			<url>scp://localhost/${user.dir}/target/site-deploy</url>
+		</site>
+	</distributionManagement>
 </project>

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1158186&r1=1158185&r2=1158186&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Tue Aug 16 10:26:02 2011
@@ -21,6 +21,7 @@
   	<groupId>log4j</groupId>
   	<artifactId>apache-log4j-companions-parent</artifactId>
   	<version>1.0-SNAPSHOT</version>
+    <relativePath>.../apache-log4j-companions-parent</relativePath>
   </parent>
   <groupId>log4j</groupId>
   <artifactId>apache-log4j-extras</artifactId>
@@ -87,6 +88,14 @@
   <build>
     <plugins>
       <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
         <version>0.7</version>
@@ -131,130 +140,7 @@
           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <workingDirectory>target</workingDirectory>
-        </configuration>
-      </plugin>
-      <!-- JAR Plugin -->
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-                <manifestSections>
-                <manifestSection>
-                    <name>org.apache.log4j</name>
-                    <manifestEntries>
-                        <Implementation-Title>${project.name}</Implementation-Title>
-                        <Implementation-Version>${project.version}</Implementation-Version>
-                        <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
-                    </manifestEntries>
-                </manifestSection>
-                </manifestSections>
-          </archive>
-        </configuration>
-      </plugin>
-      <!-- ANTRUN plugin -->
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>site</phase>
-            <id>untag-site</id>
-            <configuration>
-              <tasks>
-                <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
-                <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;'&lt;]*" replace="/trunk" flags="g" />
-                <replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
-                  <fileset dir="target/site/apidocs" includes="**/*.html" />
-                </replaceregexp>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>post-site</phase>
-            <id>post-site</id>
-            <configuration>
-                <tasks>
-                   <ant target="post-site" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>site-deploy</phase>
-            <id>site-deploy</id>
-            <configuration>
-                <tasks>
-                   <ant target="site-deploy" />
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>javadoc.resources</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <copy todir="${project.build.directory}/apidocs/META-INF">
-                  <fileset dir="${basedir}">
-                    <include name="LICENSE" />
-                    <include name="NOTICE" />
-                  </fileset>
-                </copy>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-       <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant-contrib</groupId>
-            <artifactId>ant-contrib</artifactId>
-            <version>1.0b2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <!-- ASSEMBLY Plugin -->
-      <plugin>
-         <artifactId>maven-assembly-plugin</artifactId>
-         <configuration>
-           <descriptors>
-              <descriptor>src/assembly/bin.xml</descriptor>
-           </descriptors>
-           <appendAssemblyId>false</appendAssemblyId>
-           <goals>site:site</goals>
-        </configuration>
-        <executions>
-            <execution>
-                <phase>package</phase>
-                <goals>
-                    <goal>assembly</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      
+     
       <!-- SITE Plugin -->
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
@@ -355,35 +241,6 @@
          -->
       </plugin>
       
-      <!-- Javadoc Plugin -->
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <docEncoding>UTF-8</docEncoding>
-        </configuration>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                    <goal>javadoc</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      
-      <!-- SourcePlugin -->
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
@@ -407,22 +264,70 @@
           <goals>package site-deploy assembly:attached deploy</goals>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>site</phase>
+            <id>untag-site</id>
+            <configuration>
+              <tasks>
+                <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
+                <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
+                <replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
+                  <fileset dir="target/site/apidocs" includes="**/*.html"/>
+                </replaceregexp>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <phase>post-site</phase>
+            <id>post-site</id>
+            <configuration>
+              <tasks>
+                <ant target="post-site"/>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+          <execution>
+            <phase>site-deploy</phase>
+            <id>site-deploy</id>
+            <configuration>
+              <tasks>
+                <ant target="site-deploy"/>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>		  
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant-nodeps</artifactId>
+            <version>1.6.5</version>
+          </dependency>
+          <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
+          </dependency>
+          <dependency>
+            <groupId>ant-contrib</groupId>
+            <artifactId>ant-contrib</artifactId>
+            <version>1.0b2</version>
+          </dependency>
+        </dependencies>
+      </plugin>	 
     </plugins>
   </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.16</version>
-    </dependency>
-  </dependencies>
-
   <distributionManagement>
     <repository>
       <id>logging.repo</id>

Modified: logging/log4j/companions/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/parent/trunk/pom.xml?rev=1158186&r1=1158185&r2=1158186&view=diff
==============================================================================
--- logging/log4j/companions/parent/trunk/pom.xml (original)
+++ logging/log4j/companions/parent/trunk/pom.xml Tue Aug 16 10:26:02 2011
@@ -1,44 +1,152 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <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/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>log4j</groupId>
+	<artifactId>apache-log4j-companions-parent</artifactId>
+	<version>1.0-SNAPSHOT</version>
+	<packaging>pom</packaging>
+
+	<name>apache-log4j-companions-parent</name>
+	<url>http://logging.apache.org/</url>
+
+	<modules>
+		<module>../apache-log4j-component</module>
+		<module>../apache-log4j-extras</module>
+		<module>../apache-log4j-receivers</module>
+		<module>../apache-log4j-zeroconf</module>
+	</modules>
+
+	<properties>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+	</properties>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+					<encoding>UTF-8</encoding>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<version>0.7</version>
+			</plugin>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<workingDirectory>target</workingDirectory>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-jar-plugin</artifactId>
+				<configuration>
+					<archive>
+						<manifestSections>
+							<manifestSection>
+								<name>org.apache.log4j</name>
+								<manifestEntries>
+									<Implementation-Title>${project.name}</Implementation-Title>
+									<Implementation-Version>${project.version}</Implementation-Version>
+									<Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
+								</manifestEntries>
+							</manifestSection>
+						</manifestSections>
+					</archive>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar</goal>
+							<goal>javadoc</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<configuration>
+					<descriptors>
+						<descriptor>src/assembly/bin.xml</descriptor>
+					</descriptors>
+					<appendAssemblyId>false</appendAssemblyId>
+				</configuration>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>assembly</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+
+		</plugins>
 
-  <groupId>log4j</groupId>
-  <artifactId>apache-log4j-companions-parent</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <name>apache-log4j-companions-parent</name>
-  <url>http://logging.apache.org/</url>
-
-  <modules>
-     <module>../apache-log4j-component</module>
-     <module>../apache-log4j-extras</module>
-     <module>../apache-log4j-receivers</module>     
-     <module>../apache-log4j-zeroconf</module>
-  </modules>
-
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.3</source>
-          <target>1.1</target>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-    </plugins>
-    
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.16</version>
+			<exclusions>
+				<exclusion>
+					<groupId>javax.jms</groupId>
+					<artifactId>jms</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>com.sun.jdmk</groupId>
+					<artifactId>jmxtools</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>com.sun.jmx</groupId>
+					<artifactId>jmxri</artifactId>
+				</exclusion>
+				<exclusion>
+					<artifactId>mail</artifactId>
+					<groupId>javax.mail</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+	</dependencies>
 </project>

Modified: logging/log4j/companions/receivers/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/pom.xml?rev=1158186&r1=1158185&r2=1158186&view=diff
==============================================================================
--- logging/log4j/companions/receivers/trunk/pom.xml (original)
+++ logging/log4j/companions/receivers/trunk/pom.xml Tue Aug 16 10:26:02 2011
@@ -15,362 +15,252 @@
  limitations under the License.
 
 -->
-<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>
+<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>log4j</groupId>
+		<artifactId>apache-log4j-companions-parent</artifactId>
+		<version>1.0-SNAPSHOT</version>
+		<relativePath>.../apache-log4j-companions-parent</relativePath>
+	</parent>
 	<groupId>log4j</groupId>
-	<artifactId>apache-log4j-companions-parent</artifactId>
+	<artifactId>apache-log4j-receivers</artifactId>
+	<packaging>jar</packaging>
 	<version>1.0-SNAPSHOT</version>
-  </parent>
-  <groupId>log4j</groupId>
-  <artifactId>apache-log4j-receivers</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>Apache Receivers Companion for log4j 1.2.</name>
-  <description>This companion provides a collection of receivers from the log4j 1.3 project for use with log4j 1.2.</description>
-  <url>http://logging.apache.org:80/log4j/companions/receivers</url>
-  <issueManagement>
-    <system>Bugzilla</system>
-    <url>http://issues.apache.org/bugzilla/</url>
-  </issueManagement>
-  <ciManagement>
-  		<system>Gump</system>
-  		 <url>http://vmgump.apache.org/gump/public/logging-log4j-receivers/logging-log4j-receivers/index.html</url>
-  </ciManagement>
-<mailingLists>
-	<mailingList>
-		<name>log4j-user</name>
-		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
-		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
-		<post>log4j-user@logging.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
-		<otherArchives>
-			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
-		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
-		</otherArchives>
-	</mailingList>
-	<mailingList>
-		<name>log4j-dev</name>
-		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
-		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
-		<post>log4j-dev@logging.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
-		<otherArchives>
-		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
-		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
-		</otherArchives>
-	</mailingList>
-</mailingLists>
-<licenses>
-	<license>
-		<name>Apache License, Version 2.0</name>
-		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-		<distribution>repo</distribution>
-	</license>
-</licenses>
-<scm>
-	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk</developerConnection>
-	<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/receivers/trunk</url>
-</scm>
-<organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-</organization>
-<build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <workingDirectory>target</workingDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-        </configuration>
-      </plugin>
-	  <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-                <manifestSections>
-                <manifestSection>
-                    <name>org.apache.log4j</name>
-                    <manifestEntries>
-                        <Implementation-Title>${project.name}</Implementation-Title>
-                        <Implementation-Version>${project.version}</Implementation-Version>
-                        <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
-                    </manifestEntries>
-                </manifestSection>
-                </manifestSections>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>site</phase>
-            <id>untag-site</id>
-            <configuration>
-                <tasks>
-                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
-                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
-                <replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
-					<fileset dir="target/site/apidocs" includes="**/*.html"/>
-				</replaceregexp>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>post-site</phase>
-            <id>post-site</id>
-            <configuration>
-                <tasks>
-                   <ant target="post-site"/>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>site-deploy</phase>
-            <id>site-deploy</id>
-            <configuration>
-                <tasks>
-                   <ant target="site-deploy"/>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>javadoc.resources</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <copy todir="${project.build.directory}/apidocs/META-INF">
-                  <fileset dir="${basedir}">
-                    <include name="LICENSE" />
-                    <include name="NOTICE" />
-                  </fileset>
-                </copy>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-       <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-          <dependency>
-            <groupId>ant-contrib</groupId>
-            <artifactId>ant-contrib</artifactId>
-            <version>1.0b2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-	  <plugin>
-         <artifactId>maven-assembly-plugin</artifactId>
-         <configuration>
-           <descriptors>
-              <descriptor>src/assembly/bin.xml</descriptor>
-           </descriptors>
-           <appendAssemblyId>false</appendAssemblyId>
-        </configuration>
-        <executions>
-            <execution>
-                <phase>package</phase>
-                <goals>
-                    <goal>assembly</goal>
-                </goals>
-            </execution>
-        </executions>
-	 </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <encoding>UTF-8</encoding>
-          <docEncoding>UTF-8</docEncoding>
-        </configuration>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                    <goal>javadoc</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
-        <configuration>
-          <templateFile>${basedir}/src/site/maven-site.vm</templateFile>
-          <reportPlugins>
-              <plugin>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.4</version>
-                <reportSets>
-                  <reportSet>
-                    <reports>
-                      <report>scm</report>
-                      <report>dependencies</report>
-                      <report>cim</report>
-                      <report>issue-tracking</report>
-                      <report>mailing-list</report>
-                      <report>license</report>
-                    </reports>
-                  </reportSet>
-                </reportSets>
-              </plugin>
-              <plugin>
-                <artifactId>maven-changes-plugin</artifactId>
-                <reportSets>
-                  <reportSet>
-                    <reports>
-                      <report>changes-report</report>
-                    </reports>
-                  </reportSet>
-                </reportSets>
-                <configuration>
-                  <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
-                </configuration>
-              </plugin>
-              <plugin>
-                <artifactId>maven-pmd-plugin</artifactId>
-              </plugin>
-              <plugin>
-                <artifactId>maven-javadoc-plugin</artifactId>
-              </plugin>
-              <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>0.7</version>
-                <configuration>
-                  <excludes>
-                    <!--  empty file  -->
-                    <exclude>src/site/resources/css/site.css</exclude>
-                    <exclude>src/test/resources/**/*.log</exclude>
-                  </excludes>
-                </configuration>
-              </plugin>
-          </reportPlugins>
-        </configuration>
-        <!-- <executions>
-          <execution>
-          <phase>package</phase>		
-          <goals>
-          <goal>site</goal>
-          </goals>
-          </execution>
-          </executions>
-        -->
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <goals>site-deploy</goals>
-        </configuration>
-      </plugin>
-      
-    </plugins>
-</build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-      <version>1.8.0.7</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.16</version>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.jms</groupId>
-          <artifactId>jms</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jdmk</groupId>
-          <artifactId>jmxtools</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>com.sun.jmx</groupId>
-          <artifactId>jmxri</artifactId>
-        </exclusion>
-        <exclusion>
-          <artifactId>mail</artifactId>
-          <groupId>javax.mail</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>apache-log4j-component</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>apache-log4j-extras</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jms_1.1_spec</artifactId>
-      <version>1.0</version>
-      <optional>true</optional>
-    </dependency>
-  </dependencies>
- <distributionManagement>
-    <repository>
-      <id>logging.repo</id>
-      <url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
-    </repository>
-    <site>
-      <id>logging.site</id>
-      <url>scp://localhost/${user.dir}/target/site-deploy</url>
-    </site>
-  </distributionManagement>
+	<name>Apache Receivers Companion for log4j 1.2.</name>
+	<description>This companion provides a collection of receivers from the log4j 1.3 project for use with log4j 1.2.</description>
+	<url>http://logging.apache.org:80/log4j/companions/receivers</url>
+	<issueManagement>
+		<system>Bugzilla</system>
+		<url>http://issues.apache.org/bugzilla/</url>
+	</issueManagement>
+	<ciManagement>
+		<system>Gump</system>
+		<url>http://vmgump.apache.org/gump/public/logging-log4j-receivers/logging-log4j-receivers/index.html</url>
+	</ciManagement>
+	<mailingLists>
+		<mailingList>
+			<name>log4j-user</name>
+			<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4j-user@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
+			<otherArchives>
+				<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>log4j-dev</name>
+			<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4j-dev@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+			<otherArchives>
+				<otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+			</otherArchives>
+		</mailingList>
+	</mailingLists>
+	<licenses>
+		<license>
+			<name>Apache License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/receivers/trunk</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/receivers/trunk</url>
+	</scm>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org</url>
+	</organization>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+					<encoding>UTF-8</encoding>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-resources-plugin</artifactId>
+				<configuration>
+					<encoding>UTF-8</encoding>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>3.0</version>
+				<configuration>
+					<templateFile>${basedir}/src/site/maven-site.vm</templateFile>
+					<reportPlugins>
+						<plugin>
+							<artifactId>maven-project-info-reports-plugin</artifactId>
+							<version>2.4</version>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>scm</report>
+										<report>dependencies</report>
+										<report>cim</report>
+										<report>issue-tracking</report>
+										<report>mailing-list</report>
+										<report>license</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+						</plugin>
+						<plugin>
+							<artifactId>maven-changes-plugin</artifactId>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>changes-report</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+							<configuration>
+								<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+							</configuration>
+						</plugin>
+						<plugin>
+							<artifactId>maven-pmd-plugin</artifactId>
+						</plugin>
+						<plugin>
+							<artifactId>maven-javadoc-plugin</artifactId>
+						</plugin>
+						<plugin>
+							<groupId>org.apache.rat</groupId>
+							<artifactId>apache-rat-plugin</artifactId>
+							<version>0.7</version>
+							<configuration>
+								<excludes>
+									<!-- empty file -->
+									<exclude>src/site/resources/css/site.css</exclude>
+									<exclude>src/test/resources/**/*.log</exclude>
+								</excludes>
+							</configuration>
+						</plugin>
+					</reportPlugins>
+				</configuration>
+				<!-- <executions> <execution> <phase>package</phase> <goals> <goal>site</goal> 
+					</goals> </execution> </executions> -->
+			</plugin>
+			<plugin>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<goals>site-deploy</goals>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>site</phase>
+						<id>untag-site</id>
+						<configuration>
+							<tasks>
+								<taskdef name="replaceregexp"
+									classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+								<replaceregexp file="target/site/source-repository.html"
+									match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g" />
+								<replaceregexp match="-- Generated by (.*) on .*--"
+									replace="-- Generated by \1 --" flags="g">
+									<fileset dir="target/site/apidocs" includes="**/*.html" />
+								</replaceregexp>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>post-site</phase>
+						<id>post-site</id>
+						<configuration>
+							<tasks>
+								<ant target="post-site" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>site-deploy</phase>
+						<id>site-deploy</id>
+						<configuration>
+							<tasks>
+								<ant target="site-deploy" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant-nodeps</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>ant-contrib</groupId>
+						<artifactId>ant-contrib</artifactId>
+						<version>1.0b2</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>hsqldb</groupId>
+			<artifactId>hsqldb</artifactId>
+			<version>1.8.0.7</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>apache-log4j-component</artifactId>
+			<version>1.0-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>apache-log4j-extras</artifactId>
+			<version>1.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-jms_1.1_spec</artifactId>
+			<version>1.0</version>
+			<optional>true</optional>
+		</dependency>
+	</dependencies>
+	<distributionManagement>
+		<repository>
+			<id>logging.repo</id>
+			<url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
+		</repository>
+		<site>
+			<id>logging.site</id>
+			<url>scp://localhost/${user.dir}/target/site-deploy</url>
+		</site>
+	</distributionManagement>
 </project>
 

Modified: logging/log4j/companions/zeroconf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/zeroconf/trunk/pom.xml?rev=1158186&r1=1158185&r2=1158186&view=diff
==============================================================================
--- logging/log4j/companions/zeroconf/trunk/pom.xml (original)
+++ logging/log4j/companions/zeroconf/trunk/pom.xml Tue Aug 16 10:26:02 2011
@@ -15,286 +15,213 @@
  limitations under the License.
 
 -->
-<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>
+<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>log4j</groupId>
+		<artifactId>apache-log4j-companions-parent</artifactId>
+		<version>1.0-SNAPSHOT</version>
+		<relativePath>.../apache-log4j-companions-parent</relativePath>
+	</parent>
 	<groupId>log4j</groupId>
-	<artifactId>apache-log4j-companions-parent</artifactId>
+	<artifactId>apache-log4j-zeroconf</artifactId>
+	<packaging>jar</packaging>
 	<version>1.0-SNAPSHOT</version>
-  </parent>
-  <groupId>log4j</groupId>
-  <artifactId>apache-log4j-zeroconf</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>Apache Zeroconf Companion for log4j 1.2.</name>
-  <description>This companion provides an appender that uses Zeroconf to advertise its presence.</description>
-  <url>http://logging.apache.org:80/log4j/companions/zeroconf</url>
-  <issueManagement>
-    <system>Bugzilla</system>
-    <url>http://issues.apache.org/bugzilla/</url>
-  </issueManagement>
-  <ciManagement>
-  		<system>Gump</system>
-  		 <url>http://vmgump.apache.org/gump/public/logging-log4j-zeroconf/logging-log4j-zeroconf/index.html</url>
-  </ciManagement>
-<mailingLists>
-	<mailingList>
-		<name>log4j-user</name>
-		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
-		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
-		<post>log4j-user@logging.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
-		<otherArchives>
-			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
-		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
-		</otherArchives>
-	</mailingList>
-	<mailingList>
-		<name>log4j-dev</name>
-		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
-		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
-		<post>log4j-dev@logging.apache.org</post>
-		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
-		<otherArchives>
-		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
-		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
-		</otherArchives>
-	</mailingList>
-</mailingLists>
-<licenses>
-	<license>
-		<name>Apache License, Version 2.0</name>
-		<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-		<distribution>repo</distribution>
-	</license>
-</licenses>
-<scm>
-	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk</connection>
-	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk</developerConnection>
-	<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/zeroconf/trunk</url>
-</scm>
-<organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-</organization>
-<build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <workingDirectory>target</workingDirectory>
-        </configuration>
-      </plugin>
-	  <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-                <manifestSections>
-                <manifestSection>
-                    <name>org.apache.log4j</name>
-                    <manifestEntries>
-                        <Implementation-Title>${project.name}</Implementation-Title>
-                        <Implementation-Version>${project.version}</Implementation-Version>
-                        <Implementation-Vendor>Apache Software Foundation</Implementation-Vendor>
-                    </manifestEntries>
-                </manifestSection>
-                </manifestSections>
-          </archive>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>site</phase>
-            <id>untag-site</id>
-            <configuration>
-                <tasks>
-                    <taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />                
-                   <replaceregexp file="target/site/source-repository.html" match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g"/>
-                <replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
-					<fileset dir="target/site/apidocs" includes="**/*.html"/>
-				</replaceregexp>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>post-site</phase>
-            <id>post-site</id>
-            <configuration>
-                <tasks>
-                   <ant target="post-site"/>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-          <execution>
-            <phase>site-deploy</phase>
-            <id>site-deploy</id>
-            <configuration>
-                <tasks>
-                   <ant target="site-deploy"/>
-                </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>		  
-        </executions>
-       <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-         <dependency>
-           <groupId>ant</groupId>
-           <artifactId>ant</artifactId>
-           <version>1.6.5</version>
-         </dependency>
-          <dependency>
-            <groupId>ant-contrib</groupId>
-            <artifactId>ant-contrib</artifactId>
-            <version>1.0b2</version>
-          </dependency>
-        </dependencies>
-      </plugin>	 
-	  <plugin>
-         <artifactId>maven-assembly-plugin</artifactId>
-        
-         <configuration>
-           <descriptors>
-              <descriptor>src/assembly/bin.xml</descriptor>
-           </descriptors>
-           <appendAssemblyId>false</appendAssemblyId>
-        </configuration>
-        <executions>
-            <execution>
-               <phase>package</phase>
-                <goals>
-                    <goal>assembly</goal>
-                </goals>
-            </execution>
-        </executions>
-	 </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-            <execution>
-                <phase>package</phase>
-                <goals>
-                    <goal>jar</goal>
-                    <goal>javadoc</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-            <execution>
-                <goals>
-                    <goal>jar</goal>
-                </goals>
-            </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
-        <configuration>
-          <templateFile>${basedir}/src/site/maven-site.vm</templateFile>
-          <reportPlugins>
-            <plugin>
-              <artifactId>maven-project-info-reports-plugin</artifactId>
-              <reportSets>
-                <reportSet>
-                  <reports>
-                    <report>scm</report>
-                    <report>dependencies</report>
-                    <report>cim</report>
-                    <report>issue-tracking</report>
-                    <report>mailing-list</report>
-                    <report>license</report>
-                  </reports>
-                </reportSet>
-              </reportSets>
-            </plugin>
-            <plugin>
-              <artifactId>maven-changes-plugin</artifactId>
-              <reportSets>
-                <reportSet>
-                  <reports>
-                    <report>changes-report</report>
-                  </reports>
-                </reportSet>
-              </reportSets>
-              <configuration>
-                <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
-              </configuration>
-            </plugin>      
-            <plugin>
-              <artifactId>maven-pmd-plugin</artifactId>
-            </plugin>
-            <plugin>
-              <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-          </reportPlugins>
-        </configuration>
-        <!-- <executions>
-          <execution>
-          <phase>package</phase>		
-          <goals>
-          <goal>site</goal>
-          </goals>
-          </execution>
-          </executions>
-        -->
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <goals>site-deploy</goals>
-        </configuration>
-      </plugin>
-    </plugins>
-</build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.16</version>
-    </dependency>    
-    <dependency>
-      <groupId>jmdns</groupId>
-      <artifactId>jmdns</artifactId>
-      <version>1.0</version>
-    </dependency>    
-  </dependencies>
- <distributionManagement>
-    <repository>
-      <id>logging.repo</id>
-      <url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
-    </repository>
-    <site>
-      <id>logging.site</id>
-      <url>scp://localhost/${user.dir}/target/site-deploy</url>
-    </site>
-  </distributionManagement> 
+	<name>Apache Zeroconf Companion for log4j 1.2.</name>
+	<description>This companion provides an appender that uses Zeroconf to advertise its presence.</description>
+	<url>http://logging.apache.org:80/log4j/companions/zeroconf</url>
+	<issueManagement>
+		<system>Bugzilla</system>
+		<url>http://issues.apache.org/bugzilla/</url>
+	</issueManagement>
+	<ciManagement>
+		<system>Gump</system>
+		<url>http://vmgump.apache.org/gump/public/logging-log4j-zeroconf/logging-log4j-zeroconf/index.html</url>
+	</ciManagement>
+	<mailingLists>
+		<mailingList>
+			<name>log4j-user</name>
+			<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4j-user@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-user/</archive>
+			<otherArchives>
+				<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>log4j-dev</name>
+			<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
+			<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
+			<post>log4j-dev@logging.apache.org</post>
+			<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
+			<otherArchives>
+				<otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
+				<otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
+			</otherArchives>
+		</mailingList>
+	</mailingLists>
+	<licenses>
+		<license>
+			<name>Apache License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/companions/zeroconf/trunk</developerConnection>
+		<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/companions/zeroconf/trunk</url>
+	</scm>
+	<organization>
+		<name>Apache Software Foundation</name>
+		<url>http://www.apache.org</url>
+	</organization>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+					<encoding>UTF-8</encoding>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>3.0</version>
+				<configuration>
+					<templateFile>${basedir}/src/site/maven-site.vm</templateFile>
+					<reportPlugins>
+						<plugin>
+							<artifactId>maven-project-info-reports-plugin</artifactId>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>scm</report>
+										<report>dependencies</report>
+										<report>cim</report>
+										<report>issue-tracking</report>
+										<report>mailing-list</report>
+										<report>license</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+						</plugin>
+						<plugin>
+							<artifactId>maven-changes-plugin</artifactId>
+							<reportSets>
+								<reportSet>
+									<reports>
+										<report>changes-report</report>
+									</reports>
+								</reportSet>
+							</reportSets>
+							<configuration>
+								<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+							</configuration>
+						</plugin>
+						<plugin>
+							<artifactId>maven-pmd-plugin</artifactId>
+						</plugin>
+						<plugin>
+							<artifactId>maven-javadoc-plugin</artifactId>
+						</plugin>
+					</reportPlugins>
+				</configuration>
+				<!-- <executions> <execution> <phase>package</phase> <goals> <goal>site</goal> 
+					</goals> </execution> </executions> -->
+			</plugin>
+			<plugin>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<goals>site-deploy</goals>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>site</phase>
+						<id>untag-site</id>
+						<configuration>
+							<tasks>
+								<taskdef name="replaceregexp"
+									classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
+								<replaceregexp file="target/site/source-repository.html"
+									match="/tags/[^ &quot;&apos;&lt;]*" replace="/trunk" flags="g" />
+								<replaceregexp match="-- Generated by (.*) on .*--"
+									replace="-- Generated by \1 --" flags="g">
+									<fileset dir="target/site/apidocs" includes="**/*.html" />
+								</replaceregexp>
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>post-site</phase>
+						<id>post-site</id>
+						<configuration>
+							<tasks>
+								<ant target="post-site" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+					<execution>
+						<phase>site-deploy</phase>
+						<id>site-deploy</id>
+						<configuration>
+							<tasks>
+								<ant target="site-deploy" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant-nodeps</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>ant</groupId>
+						<artifactId>ant</artifactId>
+						<version>1.6.5</version>
+					</dependency>
+					<dependency>
+						<groupId>ant-contrib</groupId>
+						<artifactId>ant-contrib</artifactId>
+						<version>1.0b2</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>jmdns</groupId>
+			<artifactId>jmdns</artifactId>
+			<version>1.0</version>
+		</dependency>
+	</dependencies>
+	<distributionManagement>
+		<repository>
+			<id>logging.repo</id>
+			<url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>
+		</repository>
+		<site>
+			<id>logging.site</id>
+			<url>scp://localhost/${user.dir}/target/site-deploy</url>
+		</site>
+	</distributionManagement>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org