andromda-initialize-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.andromda.maven.plugins</groupId>
<artifactId>andromda-initialize-plugin</artifactId>
<version>3.3</version>
</dependency><?xml version="1.0"?><project>
<parent>
<artifactId>andromda-maven-plugins</artifactId>
<groupId>org.andromda.maven.plugins</groupId>
<version>3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>andromda-initialize-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>AndroMDA Initialize Plugin</name>
<version>3.3</version>
<description>Used to initialize the AndroMDA build</description>
<inceptionYear>2005</inceptionYear>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>