Skip to content

jamesward/osgi-version-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGi Version Maven Plugin

This plugin makes a new property ${version.osgi} available to your Maven project.

How to use it ?

Simply add this plugin to your project/build/plugins POM element :

<plugin>
     <groupId>com.jamesward</groupId>
     <artifactId>osgi-version-maven-plugin</artifactId>
     <version>0.1</version>
     <executions>
         <execution>
             <phase>initialize</phase>
             <goals><goal>osgi-version</goal></goals>
         </execution>
     </executions>
</plugin>

A new property ${version.osgi} will be exposed.

Dev Info

Run tests: ./mvnw test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages