[jbosstools-commits] JBoss Tools SVN: r31052 - trunk/build/parent.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue May 3 19:44:57 EDT 2011


Author: dgolovin
Date: 2011-05-03 19:44:56 -0400 (Tue, 03 May 2011)
New Revision: 31052

Modified:
   trunk/build/parent/pom.xml
Log:
fix for errors in plugins without sources

Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml	2011-05-03 22:46:54 UTC (rev 31051)
+++ trunk/build/parent/pom.xml	2011-05-03 23:44:56 UTC (rev 31052)
@@ -201,9 +201,9 @@
 			</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 
+			<!-- TODO remove workaround when https://issues.sonatype.org/browse/TYCHO-473 
 					is fixed -->
+			<!--plugin>
 				<groupId>org.sonatype.tycho</groupId>
 				<artifactId>maven-osgi-source-plugin</artifactId>
 				<version>${tychoVersion}</version>
@@ -216,7 +216,7 @@
 						</goals>
 					</execution>
 				</executions>
-			</plugin>
+			</plugin-->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-resources-plugin</artifactId>



More information about the jbosstools-commits mailing list