MVN

org.apache.servicemix : servicemix-build

Maven & Gradle

Jun 12, 2008

Servicemix :: Build · This build plugin has 3 purposes: * legal stuff (notice/lic) * some resources for checkstyle / pmd * spring.schemas mojo

<plugin>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>servicemix-build</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix : servicemix-build to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.apache.servicemix : servicemix-build to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
servicemix-build-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>servicemix-build</artifactId>
    <version>1.0</version>
</plugin>