[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:08:51 EDT 2007


hrm part of my xml didn't show in the last post.  Should be

  | 	<artifact:pom id="pom.xml.id" file="pom.xml" />
  | 	<artifact:dependencies pathId="dependency.classpath" filesetId="dependency.fileset" pomRefId="pom.xml.id">
  | 		<remoteRepository refid="dbz.remote.repository" />
  | 	</artifact:dependencies>
  | 	<target name="copyDependenciesLocally">
  | 		<copy todir="web/WEB-INF/lib">
  | 			<fileset refid="dependency.fileset" />
  | 			<mapper type="flatten" />
  | 		</copy>
  | 	</target>
  | 

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

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



More information about the jboss-user mailing list