fortran2008.test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.puresoltechnologies.purifinity.plugins</groupId>
<artifactId>fortran2008.test</artifactId>
<version>0.4.1</version>
</dependency><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.puresoltechnologies.purifinity.plugins</groupId>
<artifactId>fortran2008</artifactId>
<version>0.4.1</version>
</parent>
<artifactId>fortran2008.test</artifactId>
<name>Purifinity Plugins: ${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>com.puresoltechnologies.purifinity.server</groupId>
<artifactId>server.app</artifactId>
<type>ear</type>
</dependency>
<dependency>
<groupId>com.puresoltechnologies.purifinity.plugins</groupId>
<artifactId>fortran2008.plugin</artifactId>
<type>ear</type>
</dependency>
<dependency>
<groupId>com.puresoltechnologies.purifinity.server</groupId>
<artifactId>wildfly.test</artifactId>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<configuration>
<deployables>
<deployable>
<groupId>com.puresoltechnologies.purifinity.server</groupId>
<artifactId>server.app</artifactId>
<type>ear</type>
<properties>
<name>server.app.ear</name>
</properties>
</deployable>
</deployables>
</configuration>
</plugin>
</plugins>
</build>
</project>