wrapped-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.coosproject.plugins</groupId>
<artifactId>wrapped-parent</artifactId>
<version>1.3.1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.coosproject</groupId>
<artifactId>coos-parent</artifactId>
<version>1.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.coosproject.plugins</groupId>
<artifactId>wrapped-parent</artifactId>
<version>1.3.1</version>
<name>Wrapped parent</name>
<description />
<packaging>pom</packaging>
<modules>
<module>org.apache.xmlbeans</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.coosproject.build-tools.org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>addtorepo</id>
<goals>
<goal>index</goal>
</goals>
<phase>install</phase>
<inherited>false</inherited>
<configuration>
<mavenRepository>${basedir}</mavenRepository>
<obrRepository>${settings.localRepository}/repository.xml</obrRepository>
<copyToObr>true</copyToObr>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>