You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Elliot Metsger (JIRA)" <ji...@apache.org> on 2007/03/14 06:47:09 UTC

[jira] Commented: (PLUTO-344) Update maven pluto plugin to accept a list of war files to assemble.

    [ https://issues.apache.org/jira/browse/PLUTO-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480661 ] 

Elliot Metsger commented on PLUTO-344:
--------------------------------------

Example use - place inside of your pom.xml <build> element:

           <plugin>
                <groupId>org.apache.pluto</groupId>
                <artifactId>maven-pluto-plugin</artifactId>
                <executions>
                  <execution>
                    <goals>
                      <goal>assemble</goal>
                    </goals>
                    <configuration>
                      <warFiles>
                        <warFile>/tmp/path/to/GooglePortlet.war</warFile>
                        <warFile>/path/to/another.war</warFile>
                      </warFiles>
                    </configuration>
                  </execution>
                </executions>
            </plugin>


> Update maven pluto plugin to accept a list of war files to assemble.
> --------------------------------------------------------------------
>
>                 Key: PLUTO-344
>                 URL: https://issues.apache.org/jira/browse/PLUTO-344
>             Project: Pluto
>          Issue Type: Improvement
>          Components: maven pluto plugin
>    Affects Versions: 1.1.1
>            Reporter: Elliot Metsger
>         Assigned To: Elliot Metsger
>            Priority: Minor
>             Fix For: 1.2.0, 1.1.2
>
>
> The utility assembler classes support (thanks Eric) assembling a packaged war file.  We need to update the Maven Pluto Plugin to accept a list of war files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.