You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bg...@apache.org on 2012/07/18 01:29:34 UTC

svn commit: r1362721 - /opennlp/sandbox/opennlp-similarity/pom.xml

Author: bgalitsky
Date: Tue Jul 17 23:29:33 2012
New Revision: 1362721

URL: http://svn.apache.org/viewvc?rev=1362721&view=rev
Log: (empty)

Modified:
    opennlp/sandbox/opennlp-similarity/pom.xml

Modified: opennlp/sandbox/opennlp-similarity/pom.xml
URL: http://svn.apache.org/viewvc/opennlp/sandbox/opennlp-similarity/pom.xml?rev=1362721&r1=1362720&r2=1362721&view=diff
==============================================================================
--- opennlp/sandbox/opennlp-similarity/pom.xml (original)
+++ opennlp/sandbox/opennlp-similarity/pom.xml Tue Jul 17 23:29:33 2012
@@ -31,10 +31,10 @@
 
 	<groupId>org.apache.opennlp</groupId>
 	<artifactId>tools-similarity</artifactId>
-	<version>0.0.1-incubating-SNAPSHOT</version>
+	<version>0.0.1-incubating</version>
 	<packaging>jar</packaging>
 
-	<name>OpenNLP Tool Similarity</name>
+	<name>OpenNLP Tool Similarity distribution</name>
 
 	<prerequisites>
 		<maven>3.0</maven>
@@ -93,6 +93,19 @@
           			<compilerArgument>-Xlint</compilerArgument>
 				</configuration>
 			</plugin>
+			
+			<plugin>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>create-source-jar</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+						<phase>package</phase>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 	</build>
 </project>
\ No newline at end of file