You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/20 10:20:56 UTC

svn commit: r1061171 - /incubator/opennlp/trunk/opennlp-tools/pom.xml

Author: joern
Date: Thu Jan 20 09:20:51 2011
New Revision: 1061171

URL: http://svn.apache.org/viewvc?rev=1061171&view=rev
Log:
OPENNLP-19 Rollback from rev 1061120 to previous revsion 1058827, the update removed the sourceforge repository and added the javadoc plugin which should be in the parent pom instead

Modified:
    incubator/opennlp/trunk/opennlp-tools/pom.xml

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1061171&r1=1061170&r2=1061171&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Thu Jan 20 09:20:51 2011
@@ -35,6 +35,14 @@
 	<packaging>jar</packaging>
 	<version>1.5.1-incubating-SNAPSHOT</version>
 	<name>OpenNLP Tools</name>
+	<repositories>
+		<repository>
+			<id>opennlp.sf.net</id>
+			<url>
+				http://opennlp.sourceforge.net/maven2
+			</url>
+		</repository>
+	</repositories>
 
 	<dependencies>
 		<dependency>
@@ -81,63 +89,34 @@
                    </archive>
                 </configuration>
             </plugin>
-
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>create-javadoc-jar</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-						<phase>package</phase>
-						<configuration>
-							<source>${maven.compile.source}</source>
-						</configuration>
-					</execution>
-				</executions>
-			</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>
-
-			<plugin>
-				<groupId>org.apache.rat</groupId>
-				<artifactId>apache-rat-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>default-cli</id>
-						<configuration>
-							<excludes>
-								<exclude>CHANGES</exclude>
-								<exclude>lib/JWNL</exclude>
-								<exclude>lib/LIBNOTES</exclude>
-								<exclude>src/test/resources/opennlp/tools/chunker/output.txt</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/formats/*.sample</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/namefind/*.txt</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/namefind/*.train</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/parser/en_head_rules</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/parser/en_head_rules</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/parser/parser.train</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/parser/test.parse</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/postag/AnnotatedSentences.txt</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/sentdetect/Sentences.txt</exclude> <!-- test data -->
-								<exclude>src/test/resources/opennlp/tools/tokenize/token.train</exclude> <!-- test data -->
-							</excludes>              
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>	
+            
+            	      <plugin>
+	        <groupId>org.apache.rat</groupId>
+	        <artifactId>apache-rat-plugin</artifactId>
+	        <executions>
+	          <execution>
+	            <id>default-cli</id>
+	            <configuration>
+	              <excludes>
+	                <exclude>CHANGES</exclude>
+	                <exclude>lib/JWNL</exclude>
+	                <exclude>lib/LIBNOTES</exclude>
+	                <exclude>src/test/resources/opennlp/tools/chunker/output.txt</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/formats/*.sample</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/namefind/*.txt</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/namefind/*.train</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/parser/en_head_rules</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/parser/en_head_rules</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/parser/parser.train</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/parser/test.parse</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/postag/AnnotatedSentences.txt</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/sentdetect/Sentences.txt</exclude> <!-- test data -->
+	                <exclude>src/test/resources/opennlp/tools/tokenize/token.train</exclude> <!-- test data -->
+	              </excludes>              
+	            </configuration>
+	          </execution>
+	        </executions>
+	      </plugin>	
 		</plugins>
 	</build>
 </project>
\ No newline at end of file