Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Labels:None
-
Number of attachments :
Description
Need a means to specify that some maven dependencies are NOT included in the generated .classpath file.
Reason: Maven builds a project. This may include generating source via castor, InjectJ, etc.
Once the source code is generated, the generated source may not depend on the various jars that helped generate it.
That means, the Eclipse project should not depend on these jars. Currently, it is not possible to exclude these jars.
Can you add an additional property, like <eclipse.classpath.include>no</eclipse.classpath.include>, which will
not add the dependency to the generated classpath file.