[jboss-user] [JBoss Tools (users)] - Re: Deploying WebApp to JBoss AS on RHDS with Maven Dependen

cbeels do-not-reply at jboss.com
Wed Aug 22 18:06:10 EDT 2007


I ended up using the following ant task as a 'hack' to get the libs populated locally.

	<artifact:pom id="pom.xml.id" file="pom.xml" />
	<artifact:dependencies pathId="dependency.classpath" filesetId="dependency.fileset" pomRefId="pom.xml.id">
		
	</artifact:dependencies>

	
		
			
			
		
	

I hope there is a better way to get JBoss to pick up the Maven dependencies when starting the App Server...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077082#4077082

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077082



More information about the jboss-user mailing list