bars-aggregator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.sonatype.runtime.bars</groupId>
<artifactId>bars-aggregator</artifactId>
<version>0.1.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2007-2010 Sonatype, Inc. All rights reserved.
~
~ "Sonatype" is a trademark of Sonatype, Inc.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.runtime</groupId>
<artifactId>aggregator-ars</artifactId>
<version>0.1.4</version>
</parent>
<groupId>org.sonatype.runtime.bars</groupId>
<artifactId>bars-aggregator</artifactId>
<version>0.1.4</version>
<packaging>pom</packaging>
<name>Sonatype Runtime :: BARS :: Aggregator</name>
<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>bar-jsw</module>
<module>bar-yajsw</module>
<module>bar-script</module>
</modules>
</profile>
<profile>
<id>nexus</id>
<modules>
<module>bar-jsw</module>
</modules>
</profile>
<profile>
<id>bar-jsw</id>
<modules>
<module>bar-jsw</module>
</modules>
</profile>
</profiles>
</project>