Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Labels:None
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.
I don't see how this can happen as the dependencies used to generate the source code will be dependencies of the plugin, not the project. Are you sure that this is what actually is happening?