Author: nickboldt
Date: 2010-05-06 13:43:16 -0400 (Thu, 06 May 2010)
New Revision: 21943
Modified:
branches/modular_build/parent-pom.xml
Log:
fix typos and add scm plugin - experimenting w/ bootstrapping sources from mvn instead of
svnant (windows support)
Modified: branches/modular_build/parent-pom.xml
===================================================================
--- branches/modular_build/parent-pom.xml 2010-05-06 16:12:23 UTC (rev 21942)
+++ branches/modular_build/parent-pom.xml 2010-05-06 17:43:16 UTC (rev 21943)
@@ -16,7 +16,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.tycho</groupId>
+ <groupId>org.sonatype.tycho</groupId>
<artifactId>maven-osgi-packaging-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
@@ -32,6 +32,17 @@
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.0</version>
+ <configuration>
+ <!-- <goals>install</goals> -->
+ <skipCheckoutIfExists>true</skipCheckoutIfExists>
+ <checkoutDirectory>sources</checkoutDirectory>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tychoVersion}</version>
@@ -41,6 +52,11 @@
<environment>
<os>macosx</os>
<ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
<arch>x86</arch>
</environment>
<environment>
@@ -134,7 +150,7 @@
</connection>
<
developerConnection>scm:svn:http://anonsvn.jboss.org/repos/jbosstools/...
</developerConnection>
- <
url>http://anonsvn.jboss.org/repos/jbosstools/branches/${scmBranch}
+ <
url>http://anonsvn.jboss.org/repos/jbosstools/${scmBranch}
</url>
</scm>
@@ -248,6 +264,7 @@
</profiles>
<repositories>
+ <!-- TODO: add JBT nightly update site so we can build against binaries -->
<repository>
<id>galileo</id>
<
url>http://download.eclipse.org/releases/galileo/</url>
@@ -365,7 +382,7 @@
</pluginRepository>
<pluginRepository>
<id>tycho</id>
- <
url>http://repository.sonatype.org/content/repositories/snapshots/
+ <
url>https://repository.sonatype.org/content/repositories/snapshots/
</url>
<snapshots>
<enabled>true</enabled>