You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/04/25 07:29:04 UTC

[jira] [Updated] (MEECROWAVE-27) add bundle maven goal to create a zip of the project

     [ https://issues.apache.org/jira/browse/MEECROWAVE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated MEECROWAVE-27:
-----------------------------------------
    Description: 
Goal is to have a conf/ with at least log4j2.xml, a lib/ with all dependencies of the project and a bin with a sh script to start/stop the server.

Usage:

{code}
mvn meecrowave:bundle
{code}
{code}
<build>
  <plugins>
    <plugin>
      <groupId>org.apache.meecrowave</groupId>
      <artifactId>meecrowave-maven-plugin</artifactId>
      <version>${meecrowave.version}</version>
      <executions>
        <execution>
          <id>distribution</id>
          <phase>package</phase>
          <goals>
            <goal>bundle</goal>
          </goals>
        </execution>
      </executions>
    </plugin>
  </plugins>
</build>
{code}

  was:Goal is to have a conf/ with at least log4j2.xml, a lib/ with all dependencies of the project and a bin with a sh script to start/stop the server.


> add bundle maven goal to create a zip of the project
> ----------------------------------------------------
>
>                 Key: MEECROWAVE-27
>                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-27
>             Project: Meecrowave
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 0.3.1
>
>
> Goal is to have a conf/ with at least log4j2.xml, a lib/ with all dependencies of the project and a bin with a sh script to start/stop the server.
> Usage:
> {code}
> mvn meecrowave:bundle
> {code}
> {code}
> <build>
>   <plugins>
>     <plugin>
>       <groupId>org.apache.meecrowave</groupId>
>       <artifactId>meecrowave-maven-plugin</artifactId>
>       <version>${meecrowave.version}</version>
>       <executions>
>         <execution>
>           <id>distribution</id>
>           <phase>package</phase>
>           <goals>
>             <goal>bundle</goal>
>           </goals>
>         </execution>
>       </executions>
>     </plugin>
>   </plugins>
> </build>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)