The final restructured version for automatic build using maven tycho
[Mograsim.git] / TempMavenTychoSnapshotWorkaround / pom.xml
diff --git a/TempMavenTychoSnapshotWorkaround/pom.xml b/TempMavenTychoSnapshotWorkaround/pom.xml
new file mode 100644 (file)
index 0000000..8c6713f
--- /dev/null
@@ -0,0 +1,37 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>net.mograsim</groupId>
+       <artifactId>net.mograsim.tycho-download</artifactId>
+       <version>1.0.0</version>
+       <packaging>pom</packaging>
+
+       <!-- THIS IS ONLY TEMPORARY TO RESOLVE AND DOWNLOAD THE TYCHO 1.5.0-SNAPSHOT 
+               FOR THE MAIN BUILD -->
+
+       <pluginRepositories>
+               <!-- currently necessary because we are using a SNAPSHOT build of tycho -->
+               <pluginRepository>
+                       <id>tycho-snapshots</id>
+                       <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
+                       <releases>
+                               <enabled>true</enabled>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                       </snapshots>
+               </pluginRepository>
+       </pluginRepositories>
+
+       <build>
+               <extensions>
+                       <extension>
+                               <groupId>org.eclipse.tycho.extras</groupId>
+                               <artifactId>tycho-pomless</artifactId>
+                               <version>1.5.0-SNAPSHOT</version>
+                       </extension>
+               </extensions>
+       </build>
+</project>
\ No newline at end of file