Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-24 00:32:02 +0000
committerSteffen Pingel2011-07-24 00:32:02 +0000
commit3ff6c9dfc15b4cb4c97122e8f3fa9dbe09696b48 (patch)
tree3a59cc96c9ea28c8401f97883257035efbc7eb09
parent620298df4d7ca27616c04fcf69dc22eafa153e7c (diff)
downloadorg.eclipse.mylyn.incubator-3ff6c9dfc15b4cb4c97122e8f3fa9dbe09696b48.tar.gz
org.eclipse.mylyn.incubator-3ff6c9dfc15b4cb4c97122e8f3fa9dbe09696b48.tar.xz
org.eclipse.mylyn.incubator-3ff6c9dfc15b4cb4c97122e8f3fa9dbe09696b48.zip
RESOLVED - bug 352584: create nightly repositories for sub-projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352584
-rw-r--r--pom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 362820be..ab4ebd49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,13 +40,30 @@
<layout>default</layout>
</repository>
</repositories>
+ <profiles>
+ <profile>
+ <id>implicit-target</id>
+ <activation>
+ <property>
+ <name>!explicit-target</name>
+ </property>
+ </activation>
+ <repositories>
+ <repository>
+ <id>eclipse-mylyn</id>
+ <layout>p2</layout>
+ <url>${mylyn-repository-url}</url>
+ </repository>
+ </repositories>
+ </profile>
+ </profiles>
<modules>
<module>org.eclipse.mylyn.examples.monitor.study</module>
<module>org.eclipse.mylyn.ide.capabilities</module>
<module>org.eclipse.mylyn.ide.dev</module>
- <module>org.eclipse.mylyn.monitor-feature</module>
<module>org.eclipse.mylyn.monitor.reports</module>
<module>org.eclipse.mylyn.monitor.usage</module>
+ <module>org.eclipse.mylyn.monitor.usage-feature</module>
<module>org.eclipse.mylyn.sandbox.dev</module>
<module>org.eclipse.mylyn.sandbox.dev-feature</module>
<module>org.eclipse.mylyn.sandbox.tests</module>

Back to the top