The following comment has been added to this issue:
Author: Mark Wilkinson
Created: Thu, 14 Aug 2003 6:36 AM
Body:
I think this issue can be closed: the junit duplication issue is fixed now.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-374
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-374
Summary: eclipse plug-in: an small junit fix and project dependencies in the
classpath
Type: Improvement
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: maven
Fix Fors:
1.1
Versions:
1.0-beta-9
Assignee:
Reporter: Diego Fernandez
Created: Fri, 4 Apr 2003 10:16 AM
Updated: Mon, 4 Aug 2003 9:12 AM
Description:
The .jelly file attached to this issue is a hack to the eclipse plug-in to:
1. Allow inter project dependencies in the .classpath for example:
bigproject
project.xml
---subproject1
project.xml
---subproject2 (depends on subproject1)
project.xml
subproject2 can be imported to the eclipse workspace with a reference to subproject1
instead of a reference to the project1 JAR by adding a property in the dependencies:
In project.xml of subproject2:
<dependency>
<groupId>bigproject</groupId>
<artifactId>subproject1</artifactId>
<version>SNAPSHOT</version>
<properties>
<eclipse.project>true</eclipse.project>
</properties>
</dependency>
2. In this .jelly file there is a small fix to not add junit twice when junit is on
the dependencies.
---------------------------------------------------------------------
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]