Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-23 15:36:16 +0000
committerSteffen Pingel2011-07-23 15:36:16 +0000
commit2e4364c74c04c703851844ed2d151b3878f6f3fe (patch)
tree9eb1a1de4e47f01558547a4bc329e0eaf1e48238 /pom.xml
parent6f87f0c6e90fea394580608a3442b6ab95bbfdb9 (diff)
downloadorg.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.tar.gz
org.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.tar.xz
org.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.zip
RESOLVED - bug 352584: create nightly repositories for sub-projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352584
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 014b9f230..d09ae1b4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,23 @@
<layout>default</layout>
</repository>
</repositories>
+ <profiles>
+ <profile>
+ <id>implicit-target</id>
+ <activation>
+ <property>
+ <name>!explicit-target</name>
+ </property>
+ </activation>
+ <repositories>
+ <repository>
+ <id>eclipse-mylyn-commons</id>
+ <layout>p2</layout>
+ <url>${mylyn-commons-repository-url}</url>
+ </repository>
+ </repositories>
+ </profile>
+ </profiles>
<modules>
<module>org.eclipse.mylyn-feature</module>
<module>org.eclipse.mylyn.bugzilla-feature</module>
@@ -56,6 +73,7 @@
<module>org.eclipse.mylyn.tasks-site</module>
<module>org.eclipse.mylyn.tasks.bugs</module>
<module>org.eclipse.mylyn.tasks.core</module>
+ <module>org.eclipse.mylyn.tasks.ide-feature</module>
<module>org.eclipse.mylyn.tasks.search</module>
<module>org.eclipse.mylyn.tasks.tests</module>
<module>org.eclipse.mylyn.tasks.ui</module>

Back to the top