The following comment has been added to this issue:
Author: dion gillard
Created: Sun, 30 May 2004 8:18 PM
Body:
As for the test part, have a look at the ear plugin.
There is a directory there called src/plugin-test. Inside that directory there is a
maven project with a maven.xml file.
The maven.xml file has a goal called 'testPlugin' which is the goal that plugin:test
expects.
the testPlugin goal pre-reqs 'test-ear' and it's that goal that exercises the
functionality of the plugin and performs assertions on the results.
If I can help there, let me know.
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MAVEN-1301?page=comments#action_20211
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MAVEN-1301
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-1301
Summary: rar plugin
Type: New Feature
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Versions:
1.0
Assignee:
Reporter: David Jencks
Created: Sun, 30 May 2004 6:37 PM
Updated: Sun, 30 May 2004 8:18 PM
Description:
rar plugin.
This is designed to be using in the same project as j2ee connector source code. The
goal rar:install executed after jar:install or jar:jar will package the projects jar
file, the ra.xml deployment descriptors and any other app-server specific deployment
descriptors from src/rar/META-INF, and any jars marked with a rar.bundle property into
a rar file and install it into the local repository under the rars type.
xdoc goals.xml, navigation.xml and properties.xml can be generated using the
appropriate maven commands. I'm not sure if these are usually checked into cvs since
they can be generated.
This is heavily cribbed from the ear plugin.
I'd consider writing a test if someone would point out how they work and can be run.
I'd appreciate it if this could be added soon since it is needed in several other
projects and I would rather not check it into those projects.
---------------------------------------------------------------------
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]