[jbosstools-commits] JBoss Tools SVN: r31042 - branches/jbosstools-3.2.x/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 3 14:36:30 EDT 2011


Author: dgolovin
Date: 2011-05-03 14:36:30 -0400 (Tue, 03 May 2011)
New Revision: 31042

Modified:
   branches/jbosstools-3.2.x/build/parent/pom.xml
Log:
removed maven-osgi-source-plugin from 3.2.x branch

Modified: branches/jbosstools-3.2.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/build/parent/pom.xml	2011-05-03 16:58:23 UTC (rev 31041)
+++ branches/jbosstools-3.2.x/build/parent/pom.xml	2011-05-03 18:36:30 UTC (rev 31042)
@@ -205,25 +205,7 @@
 				</configuration>
 
 			</plugin>
-			<!-- these two plugins copied in from Chris Aniszczyk's Minerva parent 
-				pom; also need org.sonatype.tycho:maven-osgi-compiler-plugin, above -->
 			<plugin>
-				<!-- TODO remove workaround when https://issues.sonatype.org/browse/TYCHO-473 
-					is fixed -->
-				<groupId>org.sonatype.tycho</groupId>
-				<artifactId>maven-osgi-source-plugin</artifactId>
-				<version>${tychoVersion}</version>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<phase>process-classes</phase>
-						<goals>
-							<goal>plugin-source</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-resources-plugin</artifactId>
 				<version>2.4.1</version>



More information about the jbosstools-commits mailing list