Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.4
-
Fix Version/s: 2.5
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
I've implemented a feature that determined artifacts will be always recognized as reactor projects, doesn't matter where the "mvn eclipse:eclipse" is executed. The idea is to set a list of groupId prefixes. Example:
[code]
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<reactorProjectGroupIdPrefixes>
ch.elca.,
org.sp,
net.sf
</reactorProjectGroupIdPrefixes>
</configuration>
</plugin>
[/code]
All artifacts where the groupId starts with "ch.elca.", "org.sp" or "net.sf" will be handled as reactor projects.
Cheers,
Martin
Attachments
Issue Links
| This issue is related to: | ||||
| MECLIPSE-344 | connecting existing workspace artifact-projects |
|
|
|
MECLIPSE-344checks the workspace and connects the projects / artefacts available in the correct version.Does
MECLIPSE-344meet your requirements?MECLIPSE-344checks the workspace and connects the projects / artefacts available in the correct version. DoesMECLIPSE-344meet your requirements?