Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPIDEA-8 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPIDEA-8 Summary: fix typos, added default junit lib. Type: Improvement Status: Open Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-idea-plugin Assignee: Brett Porter Reporter: Anatol Pomozov Created: Fri, 30 Jul 2004 8:46 AM Updated: Fri, 30 Jul 2004 8:46 AM Environment: IDEA 4.5, maven 1.0 Description: I played a little with maven IDEA plugin. And I made some enhancements. There is a list of changes 1) Added 'target' dir to exluded folders list (?? Is it reasonable) 2) Replace invalid $MODULE_DIR$ tokens with $$MODULE_DIR$$ 3) Check if unit tests present then add JUnit library to classpath (in case if junit dependency already present in project.xml then do not to add it) 4) Reformat xml file (removed empty lines) 5) Used maven.test.dest insted of maven.build.dest folder for <output-test> Changed files: maven-plugins/idea/src/plugin-resources/templates/v4/module.jelly Tested on IDEA 4.5 (java-module project, web-module project). Works fine. If you think that jelly script OK then please share it. --------------------------------------------------------------------- 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]
