Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2
-
Fix Version/s: 2.5
-
Component/s: None
-
Labels:None
-
Environment:xp
-
Number of attachments :
Description
add ability to configure code slyle, jvm, warning,etc
We can create a new goal like eclipse:configure-workspace and merge add-maven-repo into it.
We will need to a complex class for injection. This complex class will have the following property
String workspaceDirectory; // if given, will trigger add-maven-repo
String styleFile; // if given, will trigger the settup of source format style file
etc,
This will allow us to preconfigure eclispe configuration in the parent pom, and there for developers in a team will have the
same eclipse setup, rather manually configure it.
WDYT?
Issue Links
- is related to
-
MECLIPSE-573
Add additionalConfig parameter to configure-workspace
-
to configure the code slyle in file
.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.ui.prefs
set the following properties:
will find some time to code this up