Skip to content

stickycode/bootstrap-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-maven-plugin

Another maven plugin to make a runnable jars

For examples see boostrap-examples

Where to get it

The plugin is available on maven central.

<plugin>
  <groupId>net.stickycode.plugins</groupId>
  <artifactId>bootstrap-maven-plugin</artifactId>
  <version>1.9</version>
  <executions>
    <execution>
      <goals>
        <goal>project</goal>
      </goals>
    </execution>
  </executions>
</plugin>

About

Another maven plugin to make a runnable jars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages