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 ps...@apache.org on 2007/06/21 06:35:39 UTC

svn commit: r549361 - /logging/sandbox/jul-to-log4j-bridge/pom.xml

Author: psmith
Date: Wed Jun 20 21:35:38 2007
New Revision: 549361

URL: http://svn.apache.org/viewvc?view=rev&rev=549361
Log:
Added bundling of javadoc and source code to the maven artifacts.

Thanks to Curt for the info on this one.



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=549361&r1=549360&r2=549361
==============================================================================
--- logging/sandbox/jul-to-log4j-bridge/pom.xml (original)
+++ logging/sandbox/jul-to-log4j-bridge/pom.xml Wed Jun 20 21:35:38 2007
@@ -126,6 +126,27 @@
 					</executions>
 				</configuration>
 			</plugin>
+			<plugin>
+	       <artifactId>maven-javadoc-plugin</artifactId>
+	       <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>
 		</plugins>
 	</build>
 	<dependencies>



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