Make the packaging plugin output to target/ then JAR that into the local repo
-----------------------------------------------------------------------------

         Key: GERONIMO-1866
         URL: http://issues.apache.org/jira/browse/GERONIMO-1866
     Project: Geronimo
        Type: Improvement
    Security: public (Regular issues) 
  Components: Maven Plugins for G  
    Versions: 1.0    
    Reporter: Aaron Mulder
 Assigned to: David Jencks 
     Fix For: 1.1


It would help the Geronimo plugin process if I could insert an XML file into 
the CAR during CAR construction.

It would help XML-based config stuff to review the contents of a CAR without 
needing to manually unpack it out of the local Maven repo after construction

In both cases, it would be nice if the packaging plugin wrote to a directory 
under target/ and then separately JAR'd that into the local repository (with a 
hook to add some Jelly in between to copy in my XML file).

It seems like this could be done by set up a repo in target, building directly 
into it in unpacked mode, and then packing/copying somehow into the real local 
repo.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to