Author: psmith
Date: Wed Jun 20 19:08:58 2007
New Revision: 549326

URL: http://svn.apache.org/viewvc?view=rev&rev=549326
Log:
pom.xml twiddling for distribution testing


Modified:
    logging/sandbox/jul-to-log4j-bridge/pom.xml

Modified: logging/sandbox/jul-to-log4j-bridge/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/sandbox/jul-to-log4j-bridge/pom.xml?view=diff&rev=549326&r1=549325&r2=549326
==============================================================================
--- logging/sandbox/jul-to-log4j-bridge/pom.xml (original)
+++ logging/sandbox/jul-to-log4j-bridge/pom.xml Wed Jun 20 19:08:58 2007
@@ -1,166 +1,194 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>
-  <groupId>org.apache.logging</groupId>
-  <name>java.util.logging to log4j Bridge</name>
-  <artifactId>apache-jul-log4j-bridge</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <description>Bridge JDK 1.4+ java.util.Logging to Apache log4j</description>
-  <url>http://logging.apache.org/log4j</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-bridge/logging-log4j-bridge/index.html</url>
-  </ciManagement>
-<inceptionYear>2007</inceptionYear>
-<mailingLists>
-       <mailingList>
-               <name>log4j-user</name>
-               <subscribe>[EMAIL PROTECTED]</subscribe>
-               <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-               <post>[EMAIL PROTECTED]</post>
-               
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</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>[EMAIL PROTECTED]</subscribe>
-               <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
-               <post>[email protected]</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>
-<developers>
-   <developer>
-          <id>mwomack</id>
-          <name>Mark Womack</name>
-          <email>[EMAIL PROTECTED]</email>
-       </developer>
-   <developer>
-          <id>carnold</id>
-          <name>Curt Arnold</name>
-          <email>[EMAIL PROTECTED]</email>
-       </developer>
-   <developer>
-          <id>sdeboy</id>
-          <name>Scott Deboy</name>
-          <email>[EMAIL PROTECTED]</email>
-       </developer>
-   <developer>
-          <id>psmith</id>
-          <name>Paul Smith</name>
-          <email>[EMAIL PROTECTED]</email>
-       </developer>
-</developers>
-<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/sandbox/jul-to-log4j-bridge</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/sandbox/jul-to-log4j-bridge</developerConnection>
-       
<url>http://svn.apache.org/viewcvs.cgi/logging/sandbox/jul-to-log4j-bridge</url>
-</scm>
-<organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-</organization>
-<build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-            <source>1.4</source>
-            <target>1.4</target>
-        </configuration>
-      </plugin>
-  <plugin> 
-   <groupId>org.codehaus.mojo</groupId> 
-   <artifactId>cobertura-maven-plugin</artifactId> 
-   <executions> 
-    <execution> 
-     <id>clean</id> 
-     <goals> 
-      <goal>clean</goal> 
-     </goals> 
-    </execution> 
-   </executions> 
-  </plugin>       
-    </plugins>
-</build>
-  <dependencies>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.15-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>apache-log4j-component</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-pmd-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-      </plugin>
-      <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-changes-plugin</artifactId>
-        <configuration>
-          <issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
-        </configuration>
-       <reportSets>
-          <reportSet>
-            <reports>
-              <report>changes-report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>      
-    </plugins>
-  </reporting>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.apache.logging</groupId>
+       <name>java.util.logging to log4j Bridge</name>
+       <artifactId>apache-jul-log4j-bridge</artifactId>
+       <version>1.0.0-SNAPSHOT</version>
+       <description>Bridge JDK 1.4+ java.util.Logging to Apache 
log4j</description>
+       <url>http://logging.apache.org/log4j</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-bridge/logging-log4j-bridge/index.html</url>
+       </ciManagement>
+       <inceptionYear>2007</inceptionYear>
+       <mailingLists>
+               <mailingList>
+                       <name>log4j-user</name>
+                       <subscribe>[EMAIL PROTECTED]</subscribe>
+                       <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+                       <post>[EMAIL PROTECTED]</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</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>[EMAIL PROTECTED]</subscribe>
+                       <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+                       <post>[email protected]</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>
+       <developers>
+               <developer>
+                       <id>mwomack</id>
+                       <name>Mark Womack</name>
+                       <email>[EMAIL PROTECTED]</email>
+               </developer>
+               <developer>
+                       <id>carnold</id>
+                       <name>Curt Arnold</name>
+                       <email>[EMAIL PROTECTED]</email>
+               </developer>
+               <developer>
+                       <id>sdeboy</id>
+                       <name>Scott Deboy</name>
+                       <email>[EMAIL PROTECTED]</email>
+               </developer>
+               <developer>
+                       <id>psmith</id>
+                       <name>Paul Smith</name>
+                       <email>[EMAIL PROTECTED]</email>
+               </developer>
+       </developers>
+       <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/sandbox/jul-to-log4j-bridge</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/sandbox/jul-to-log4j-bridge</developerConnection>
+               
<url>http://svn.apache.org/viewcvs.cgi/logging/sandbox/jul-to-log4j-bridge</url>
+       </scm>
+       <organization>
+               <name>Apache Software Foundation</name>
+               <url>http://www.apache.org</url>
+       </organization>
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>log4j</groupId>
+                                               <artifactId>log4j</artifactId>
+                                               <version>1.2.14</version>
+                                       </dependency>
+                               </dependencies>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.4</source>
+                                       <target>1.4</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>clean</id>
+                                               <goals>
+                                                       <goal>clean</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <configuration>
+                                       <descriptorRefs>
+                                               
<descriptorRef>src</descriptorRef>
+                                       </descriptorRefs>
+                                       <executions>
+                                               <execution>
+                                                       <id>assembly</id>
+                                                       <phase>package</phase>
+                                                       <goals>
+                                                               
<goal>assembly</goal>
+                                                       </goals>
+                                               </execution>
+                                       </executions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>log4j</groupId>
+                       <artifactId>log4j</artifactId>
+                       <version>1.2.15-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>log4j</groupId>
+                       <artifactId>apache-log4j-component</artifactId>
+                       <version>1.0-SNAPSHOT</version>
+               </dependency>
+       </dependencies>
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-checkstyle-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-pmd-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>jxr-maven-plugin</artifactId>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-changes-plugin</artifactId>
+                               <configuration>
+                                       
<issueLinkTemplate>%URL%/show_bug.cgi?id=%ISSUE%</issueLinkTemplate>
+                               </configuration>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       
<report>changes-report</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                       </plugin>
+               </plugins>
+       </reporting>
+       <distributionManagement>
+               <repository>
+                       <id>logging.repo</id>
+<!--      
<url>scp://people.apache.org/www/people.apache.org/builds/logging/repo/</url>-->
+                       
<url>scp://people.apache.org/home/psmith/public_html/logging.apache.org/repo/</url>
+               </repository>
+               <site>
+                       <id>julbridge.site</id>
+<!--      
<url>scp://people.apache.org/www/logging.apache.org/sandbox/jul-log4j-bridge/</url>
 -->
+                       
<url>scp://people.apache.org/home/psmith/public_html/logging.apache.org/sandbox/jul-log4j-bridge/</url>
+               </site>
+       </distributionManagement>
 </project>
-



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to