andromda-ejb-cartridge
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-ejb-cartridge</artifactId> <version>3.4</version> </dependency>
<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-ejb-cartridge</artifactId> <packaging>jar</packaging> <name>AndroMDA EJB Cartridge</name> <description>Produces Entity and Session EJBs from a model.</description> <issueManagement> <system>jira</system> <url>http://www.andromda.org/jira/browse/EJB</url> </issueManagement> <scm> <connection>scm:svn:http://andromda.svn.sourceforge.net/svnroot/andromda/trunk/cartridges/andromda-ejb</connection> <developerConnection>scm:svn:https://andromda.svn.sourceforge.net/svnroot/andromda/trunk</developerConnection> <url>http://andromda.svn.sourceforge.net/</url> </scm> <dependencies> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-meta-cartridge</artifactId> <version>${andromda.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.andromda.translationlibraries</groupId> <artifactId>andromda-ocl-query-library</artifactId> <version>${andromda.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.andromda.cartridges</groupId> <artifactId>andromda-java-cartridge</artifactId> <version>${andromda.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <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> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>xml-maven-plugin</artifactId> </plugin> <!-- <plugin> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-maven-plugin</artifactId> <executions> <execution> <phase>pre-site</phase> <goals> <goal>render-books</goal> </goals> </execution> </executions> <configuration> <books> <book> <directory>src/site/xdoc</directory> <descriptor>src/site/book.xml</descriptor> <formats> <format> <id>pdf</id> </format> </formats> </book> </books> </configuration> </plugin> --> </plugins> </build> <properties> <uml2.model.uri>file:${src.dir}/uml2/EJBMetafacadeModel.uml</uml2.model.uri> <uml2.test.model.uri>file:${test.src.dir}/uml2/EJBCartridgeTestModel.uml</uml2.test.model.uri> <model.uri>jar:file:${src.dir}/uml/EJBMetafacadeModel.xml.zip!/EJBMetafacadeModel.xml</model.uri> <test.model.uri>jar:file:${test.src.dir}/uml/EJBCartridgeTestModel.xml.zip!/EJBCartridgeTestModel.xml</test.model.uri> </properties> </project>