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 @@ ...@@ -16,12 +16,6 @@
</parent> </parent>
<profiles> <profiles>
<profile>
<id>tests</id>
<modules>
<module>af3</module>
</modules>
</profile>
<profile> <profile>
<id>af3-p2-local</id> <id>af3-p2-local</id>
<activation> <activation>
...@@ -39,5 +33,21 @@ ...@@ -39,5 +33,21 @@
</repository> </repository>
</repositories> </repositories>
</profile> </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> </profiles>
</project> </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