Author: tchemit
Date: 2008-03-15 04:01:29 +0000 (Sat, 15 Mar 2008)
New Revision: 229
Modified:
trunk/maven-jaxx-plugin/pom.xml
Log:
generate source
Modified: trunk/maven-jaxx-plugin/pom.xml
===================================================================
--- trunk/maven-jaxx-plugin/pom.xml 2008-03-11 00:04:52 UTC (rev 228)
+++ trunk/maven-jaxx-plugin/pom.xml 2008-03-15 04:01:29 UTC (rev 229)
@@ -58,7 +58,21 @@
<!-- ************************************************************* -->
<packaging>maven-plugin</packaging>
-
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<!-- ************************************************************* -->
<!-- *** Build Environment ************************************** -->
<!-- ************************************************************* -->