Skip to content

ippul/offliner-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

offliner-maven-plugin

usage example

<plugin>
   <groupId>org.ippul.maven.plugin</groupId>
   <artifactId>offliner-maven-plugin</artifactId>
   <version>1.0-SNAPSHOT</version>
   <executions>
      <execution>
         <phase>prepare-package</phase>
         <goals>
            <goal>offliner</goal>
         </goals>
         <configuration>
            <settingsFile>src/test/resources/org/ippul/maven/plugin/settings.xml</settingsFile>
            <outputDirectory>target/test-classes/repository/</outputDirectory>
            <artifacts>
               <gav>org.jboss.javaee:jboss-transaction-api:1.0.1.GA</gav>
               <gav>javax.xml.bind:jaxb-api:2.3.1</gav>
            </artifacts>
         </configuration>
      </execution>
   </executions>
</plugin>
property name property description mandatory default value property type property example
settingsFile Path to user settings.xml file No /home/${user}/.m2/settings.xml String src/test/resources/org/ippul/maven/plugin/settings.xml
outputDirectory Path where the repository have to be created No ${project.home.dir}/target/classes/repository/ String target/test-classes/repository/
artifacts List of GAV to include in the repository Yes List
<artifacts>
<gav>org.jboss.javaee:jboss-transaction-api:1.0.1.GA</gav>
<gav>javax.xml.bind:jaxb-api:2.3.1</gav>
</artifacts>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages