Author: jukka
Date: Mon Sep 28 10:49:50 2009
New Revision: 819494
URL: http://svn.apache.org/viewvc?rev=819494&view=rev
Log:
TIKA-281: Use repository.apache.org to deploy snapshots and releases
Move the retrotranslator plugin to the apache-release profile to speed up
normal builds.
Modified:
lucene/tika/trunk/tika-parent/pom.xml
Modified: lucene/tika/trunk/tika-parent/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parent/pom.xml?rev=819494&r1=819493&r2=819494&view=diff
==============================================================================
--- lucene/tika/trunk/tika-parent/pom.xml (original)
+++ lucene/tika/trunk/tika-parent/pom.xml Mon Sep 28 10:49:50 2009
@@ -192,21 +192,31 @@
<target>${maven.compile.target}</target>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>retrotranslator-maven-plugin</artifactId>
- <version>1.0-alpha-4</version>
- <executions>
- <execution>
- <goals>
- <goal>translate-project</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>retrotranslator-maven-plugin</artifactId>
+ <version>1.0-alpha-4</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>translate-project</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<reporting>
<plugins>