![JAR search and dependency download from the Maven repository](/logo.png)
cartridges.andromda-java-cartridge.3.4.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromda-java-cartridge Show documentation
Show all versions of andromda-java-cartridge Show documentation
Produces generic Java code, such as: value objects, enumerations, exceptions, interfaces, etc.
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.cartridges</groupId> <artifactId>andromda-cartridges</artifactId> <version>3.4</version> </parent> <artifactId>andromda-java-cartridge</artifactId> <packaging>jar</packaging> <name>AndroMDA JavaCartridge</name> <description>Produces generic Java code, such as: value objects, enumerations, exceptions, interfaces, etc.</description> <issueManagement> <system>jira</system> <url>http://www.andromda.org/jira/browse/JAVA</url> </issueManagement> <scm> <connection>scm:svn:http://andromda.svn.sourceforge.net/svnroot/andromda/trunk/cartridges/andromda-java</connection> <developerConnection>scm:svn:https://andromda.svn.sourceforge.net/svnroot/andromda/trunk/cartridges/andromda-java</developerConnection> <url>http://andromda.svn.sourceforge.net/</url> </scm> <dependencies> <!--XMLBindingAnnotations dependencies--> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>2.6.2</version> <scope>test</scope> <exclusions> <exclusion> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.2.7</version> <scope>test</scope> <exclusions> <exclusion> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <build> <!-- UML2 test model output does not compile due to ParameterTemplateFacade issues --> <testSourceDirectory>target/cartridge-test/actual</testSourceDirectory> <plugins> <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-maven-plugin</artifactId> <dependencies> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> <version>${andromda.version}</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.andromda.maven.plugins</groupId> <artifactId>andromda-cartridge-plugin</artifactId> <version>${andromda.version}</version> <executions> <!--execution> <id>uml14</id> <phase>generate-test-sources</phase> <goals> <goal>test</goal> </goals> <configuration> <configurationUri>file:${project.basedir}/conf/test/andromda.xml</configurationUri> </configuration> </execution--> <execution> <id>uml2</id> <phase>generate-test-sources</phase> <goals> <goal>test</goal> </goals> <configuration> <actualDirectory>${project.build.directory}/cartridge-test/actualUML2</actualDirectory> <expectedDirectory>${project.build.directory}/cartridge-test/expectedUML2</expectedDirectory> <expectedOutputArchive>${project.basedir}/src/test/expected/cartridge-uml2.zip</expectedOutputArchive> <configurationUri>file:${project.basedir}/conf/test/andromdaUML2.xml</configurationUri> <reportDirectory>${project.build.directory}/cartridge-test/reportsUML2</reportDirectory> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>xml-maven-plugin</artifactId> </plugin> </plugins> </build> <properties> <uml2.output.dir>${project.basedir}/target/cartridge-test/actualUML2</uml2.output.dir> <uml2.model.uri>file:${src.dir}/uml2/JavaMetafacadeModel.uml</uml2.model.uri> <uml2.test.model.uri>file:${test.src.dir}/uml2/JavaCartridgeTestModel.uml</uml2.test.model.uri> <!--uml2.test.model.uri>jar:file:${test.src.dir}/uml2/JavaCartridgeTestModel.xml.zip!/JavaCartridgeTestModel.xml</uml2.test.model.uri--> <model.uri>jar:file:${src.dir}/uml/JavaMetafacadeModel.xml.zip!/JavaMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${test.src.dir}/uml/JavaCartridgeTestModel.xml.zip!/JavaCartridgeTestModel.xml</test.model.uri> </properties> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy