Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5c96b04c..cf922022 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,22 @@
</plugins>
</build>
</profile>
+
+ <profile>
+ <id>selfhosted-workspace</id>
+ <!--
+ This profile is a convenience meant to help setting up m2e development workspace.
+ On command line, embedded maven runtime must be built separately, before m2e-core sources tree.
+ -->
+ <activation>
+ <property>
+ <name>m2e.version</name>
+ </property>
+ </activation>
+ <modules>
+ <module>m2e-maven-runtime</module>
+ </modules>
+ </profile>
</profiles>
<developers>

Back to the top