Author: thomas.diesler(a)jboss.com
Date: 2008-04-18 03:57:53 -0400 (Fri, 18 Apr 2008)
New Revision: 6482
Removed:
stack/cxf/branches/tdiesler/trunk/.settings/
Modified:
stack/cxf/branches/tdiesler/trunk/.classpath
stack/cxf/branches/tdiesler/trunk/pom.xml
stack/cxf/branches/tdiesler/trunk/runtime/
Log:
Fix maven eclipse integration
Modified: stack/cxf/branches/tdiesler/trunk/.classpath
===================================================================
--- stack/cxf/branches/tdiesler/trunk/.classpath 2008-04-17 20:57:35 UTC (rev 6481)
+++ stack/cxf/branches/tdiesler/trunk/.classpath 2008-04-18 07:57:53 UTC (rev 6482)
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" output="runtime/client/target/classes"
path="runtime/client/src/main/java"/>
- <classpathentry excluding="**" kind="src"
output="runtime/client/src/main/resources"
path="runtime/client/src/main/resources"/>
- <classpathentry kind="src" output="runtime/server/target/classes"
path="runtime/server/src/main/java"/>
- <classpathentry excluding="**" kind="src"
output="runtime/server/src/main/resources/jbossws-cxf-server.jar"
path="runtime/server/src/main/resources/jbossws-cxf-server.jar"/>
- <classpathentry excluding="**" kind="src"
output="runtime/server/src/main/resources/jbossws-cxf.sar"
path="runtime/server/src/main/resources/jbossws-cxf.sar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: stack/cxf/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-17 20:57:35 UTC (rev 6481)
+++ stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-18 07:57:53 UTC (rev 6482)
@@ -142,6 +142,57 @@
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>jboss422</id>
+ <properties>
+
<jboss.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss.home>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-deployer-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <configuration>
+ <jbossHome>target/test-jboss-home</jbossHome>
+ <layoutDirectory>target/test-layout</layoutDirectory>
+
<layoutResult>target/test-layout/deploy-layout.txt</layoutResult>
+ <keepLayout>true</keepLayout>
+ <!-- relative to jbossHome -->
+ <undeploy>
+ <include>../test-classes/deploy-jboss-pom.xml</include>
+ <include>../test-classes/bogus</include>
+ </undeploy>
+ <deployments>
+ <deployment>
+ <targetDir>bin</targetDir>
+ <sourceDir>src/main/java</sourceDir>
+ <includes>
+ <include>**/*.java</include>
+ </includes>
+ </deployment>
+ </deployments>
+ <!--
+ does not work from test case
+
http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-10/maven-de...
+
+ <dependencies>
+ <deployment>
+ <targetDir>libs</targetDir>
+ <includes>
+ <include>commons-validator</include>
+ </includes>
+ </deployment>
+ </dependencies>
+ -->
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<!-- Repositories -->
<repositories>
<repository>
Property changes on: stack/cxf/branches/tdiesler/trunk/runtime
___________________________________________________________________
Name: svn:ignore
+ target