translationlibraries.andromda-ocl-translation-testsuite.3.4.source-code.pom.xml Maven / Gradle / Ivy
The newest version!
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-translation-libraries</artifactId> <version>3.4</version> </parent> <artifactId>andromda-ocl-translation-testsuite</artifactId> <packaging>jar</packaging> <name>AndroMDA OCL Translation-Library Test Suite</name> <scm> <connection>scm:svn:http://andromda.svn.sourceforge.net/svnroot/andromda/trunk/translation-libraries/ocl/testsuite</connection> <developerConnection>scm:svn:https://andromda.svn.sourceforge.net/svnroot/andromda/trunk/translation-libraries/ocl/testsuite</developerConnection> <url>http://andromda.svn.sourceforge.net/</url> </scm> <dependencies> <dependency> <groupId>org.andromda</groupId> <artifactId>andromda-core</artifactId> <version>${andromda.version}</version> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-translation-core</artifactId> <version>${andromda.version}</version> </dependency> <dependency> <groupId>org.andromda.metafacades</groupId> <artifactId>andromda-metafacades-uml</artifactId> <version>${andromda.version}</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-bootstrap-install-plugin</artifactId> <executions> <execution> <goals> <goal>install</goal> </goals> </execution> </executions> <configuration> <installDirectory>${project.basedir}/../../../lib</installDirectory> </configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <!--plugin> <artifactId>maven-install-plugin</artifactId> <executions> <execution> <id>install_translationlibraries_testsuite</id> <phase>install</phase> <goals> <goal>install-file</goal> </goals> <configuration> <file>${project.basedir}/../../../lib/org/andromda/bootstrap/translationlibraries/andromda-ocl-translation-testsuite.jar</file> <pomFile>${project.basedir}/../../../lib/org/andromda/bootstrap/translationlibraries/andromda-ocl-translation-testsuite.pom</pomFile> <version>${project.version}</version> <sources>${project.build.directory}/${project.artifactId}-${project.version}-sources.jar</sources> </configuration> </execution> </executions> </plugin--> </plugins> </build> </project>