Skip to content
Snippets Groups Projects
Commit 080e5f25 authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Remove the test profile & add debugging aid

parent a1b53f7c
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,6 @@
</parent>
<profiles>
<profile>
<id>tests</id>
<modules>
<module>af3</module>
</modules>
</profile>
<profile>
<id>af3-p2-local</id>
<activation>
......@@ -39,5 +33,21 @@
</repository>
</repositories>
</profile>
<!-- For local debugging, the profiles "af3" and "tooling" can be used such that source code
changes are immediately picked up. In the default case, the product produced by
"mvn verify -Paf3,tooling,emf-generation" is used (esp. in Jenkins).
See the developer documentation about debugging maven integration tests locally. -->
<profile>
<id>af3</id>
<modules>
<module>../bundles/af3</module>
</modules>
</profile>
<profile>
<id>tooling</id>
<modules>
<module>../bundles/kernel</module>
</modules>
</profile>
</profiles>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment