You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/02/22 23:23:37 UTC

svn commit: r746836 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Sun Feb 22 22:23:37 2009
New Revision: 746836

URL: http://svn.apache.org/viewvc?rev=746836&view=rev
Log:
attach sources and javadoc for the ci build

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=746836&r1=746835&r2=746836&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Sun Feb 22 22:23:37 2009
@@ -59,6 +59,34 @@
 					<uniqueVersion>false</uniqueVersion>
 				</snapshotRepository>
 			</distributionManagement>
+			<build>
+				<plugins>
+					<plugin>
+					  <groupId>org.apache.maven.plugins</groupId>
+					  <artifactId>maven-source-plugin</artifactId>
+					  <executions>
+					    <execution>
+					      <id>attach-sources</id>
+					      <goals>
+					        <goal>jar</goal>
+					      </goals>
+					    </execution>
+					  </executions>
+					</plugin>
+					<plugin>
+					  <groupId>org.apache.maven.plugins</groupId>
+					  <artifactId>maven-javadoc-plugin</artifactId>
+					  <executions>
+					    <execution>
+					      <id>attach-javadocs</id>
+					      <goals>
+					        <goal>jar</goal>
+					      </goals>
+					    </execution>
+					  </executions>
+					</plugin>
+				</plugins>
+			</build>
 		</profile>
 	</profiles>