The following comment has been added to this issue:
Author: Piotr Maj
Created: Mon, 25 Aug 2003 2:49 AM
Body:
I know it is not so important in most cases but I wonder if one should be able to
exclude some jars from eclipse project. For example: my maven project uses xdoclet for
Hibernate XML files generation. It has some dependencies which I do not need in my
Eclipse project. This simple example shows that there are situations (and in the
future there may be more of them) when the explicite exlusion may be required. That's
why I suggested eclipseDependency="false".
As I said: it isn't really importat, one can live with some unused entries on
project's classpath. ;)
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-712
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-712
Summary: added eclipseDependency='false' behavior
Type: Improvement
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
plugin-eclipse
Fix Fors:
1.1
Versions:
1.0-beta-10
Assignee:
Reporter: Piotr Maj
Created: Fri, 22 Aug 2003 6:43 AM
Updated: Sun, 24 Aug 2003 9:15 PM
Environment: any
Description:
While generating .classpath file maven-eclipse-plugin includes all artifacts defined
in project.xml regardless of it's type. As a side effect it may be observed that even
JSP's *.tld files are included as Eclipse variables.It leads to project compile
problems. Actually such project won't compile at all.
To avoid such behavior I propose a silly patch attached, which takes care of
eclipseDependency property of artifacts. If it is set to 'false' the artifact will not
be listed in .classpath.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]