File | Operation |
---|---|
maven-plugins-pom-6.pom | download |
<dependency>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>maven-plugins-pom</artifactId>
<version>6</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.tooling', module='maven-plugins-pom', version='6')
)
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-pom</artifactId> <version>5</version> </parent>