Change location of plugin test projects for Vincent

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-22 01:21:49 +00:00
parent f30c82e187
commit 0ad2c1c311
24 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
*.log

View File

@@ -0,0 +1 @@
mung beans

View File

@@ -0,0 +1,19 @@
<project xmlns:j="jelly:core" xmlns:u="jelly:util">
<goal name="testPlugin" prereqs="test-ear">
<attainGoal name="clean"/>
</goal>
<goal name="test-ear">
<attainGoal name="ear"/>
<j:set var="expectedFile"
value="${maven.build.dir}/test-maven-ear-plugin-1.0-SNAPSHOT.ear"/>
<attainGoal name="ear"/>
<u:file var="file" name="${expectedFile}" />
<j:if test="${!(file.exists())}">
<fail>${expectedFile} not generated</fail>
</j:if>
</goal>
</project>

View File

@@ -0,0 +1,10 @@
maven.deployable.component=${maven.final.name}.ear
maven.j2ee.ear.appxml=${maven.conf.dir}/application.xml
maven.weblogic.home=C:\\bea\\wlserver6.1
maven.weblogic.host=localhost
maven.weblogic.port=7001
maven.weblogic.server=myserver
maven.weblogic.username=system
maven.weblogic.password=weblogic
maven.weblogic.component=${maven.final.name}
maven.weblogic.debug=true

View File

@@ -0,0 +1,84 @@
<?xml version="1.0"?>
<project>
<pomVersion>3</pomVersion>
<name>exampleear</name>
<id>test-maven-ear-plugin</id>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>Nettec</name>
<url>http://www.nettec.net</url>
</organization>
<inceptionYear>2002</inceptionYear>
<package>net.nettec.marsh.begin</package>
<shortDescription>Marsh Begin TTS Maven</shortDescription>
<description>
TTS Begin
</description>
<url/>
<issueTrackingUrl>
http://bugzilla
</issueTrackingUrl>
<siteAddress>www.nettec.net</siteAddress>
<siteDirectory/>
<distributionDirectory/>
<repository>
<connection>
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven
</connection>
<url>
http://cvs.apache.org/viewcvs/maven/
</url>
</repository>
<versions/>
<mailingLists/>
<developers>
<developer>
<name>Nathan Coast</name>
<id>nathanc</id>
<email>nathan.coast@blueyonder.co.uk</email>
<organization>Shadow Solutions</organization>
<role>Java Developer</role>
</developer>
</developers>
<dependencies>
<dependency>
<id>commons-logging</id>
<version>1.0.2</version>
<url>http://jakarta.apache.org/commons/logging.html</url>
<properties>
<ear.bundle.jar>true</ear.bundle.jar>
</properties>
</dependency>
</dependencies>
<build>
<nagEmailAddress>nathan.coast@nettec.net</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<!-- Resources that are packaged up inside the JAR file -->
<resources>
<!--includes>
<include>*.xsd</include>
<include>log4j.properties</include>
</includes-->
</resources>
<!-- Integration unit test cases -->
<integrationUnitTest/>
<jars>
</jars>
</build>
</project>

View File

@@ -0,0 +1 @@
mung: beans

View File

@@ -0,0 +1,15 @@
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
<application>
<display-name>workflow ejb app</display-name>
<module>
<ejb>workflow.jar</ejb>
</module>
<module>
<ejb>business.jar</ejb>
</module>
<module>
<ejb>begin_workflow.jar</ejb>
</module>
</application>