hi,

I have a Maven Project, when i make deploy i see the error:

Packages waiting for a deployer:
  | org.jboss.deployment.deploymenti...@20ccbaa5 { 
url=file:/C:/Apli/jboss-4.0.1sp1/server/default/deploy/adminUsuariosDTO.jar }
  |   deployer: null
  |   status: null
  |   state: INIT_WAITING_DEPLOYER
  |   watch: 
file:/C:/Apli/jboss-4.0.1sp1/server/default/deploy/adminUsuariosDTO.jar
  |   altDD: null
  |   lastDeployed: 1246265132601
  |   lastModified: 1246265132601
  |   mbeans:
  | 
  | Incompletely deployed packages:
  | org.jboss.deployment.deploymenti...@20ccbaa5 { 
url=file:/C:/Apli/jboss-4.0.1sp1/server/default/deploy/adminUsuariosDTO.jar }
  |   deployer: null
  |   status: null
  |   state: INIT_WAITING_DEPLOYER
  |   watch: 
file:/C:/Apli/jboss-4.0.1sp1/server/default/deploy/adminUsuariosDTO.jar
  |   altDD: null
  |   lastDeployed: 1246265132601
  |   lastModified: 1246265132601
  |   mbeans:

If I remove the pom.xml in the jar, the deployed fine. 

What error in my pom.xml?

<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/maven-v4_0_0.xsd";>
  |   <modelVersion>4.0.0</modelVersion>
  |   <groupId>es.map.sgtic.adminusu</groupId>
  |   <artifactId>gestion-usuarios-api</artifactId>
  |   <packaging>jar</packaging>
  |   <version>1.1-SNAPSHOT</version>
  |   <name>gestion-usuarios-api</name>
  |   <url>http://maven.apache.org</url>
  |   <dependencies>
  |     <dependency>
  |             <groupId>junit</groupId>
  |             <artifactId>junit</artifactId>
  |             <version>3.8.1</version>
  |             <scope>test</scope>
  |     </dependency>
  |     <dependency>
  |             <groupId>com.sopra</groupId>
  |             <artifactId>arquitecturasopra</artifactId>
  |             <version>2.20060222</version>
  |     </dependency>
  |     <dependency>
  |             <groupId>org.jboss</groupId>
  |             <artifactId>jbossall-client</artifactId>
  |             <version>4.0.1sp1</version>
  |     </dependency>
  |   </dependencies>
  |   <build>
  |     <pluginManagement>
  |       <plugins>
  |         <plugin>
  |           <artifactId>maven-compiler-plugin</artifactId>
  |           <configuration>
  |             <source>1.5</source>
  |             <target>1.5</target>
  |           </configuration>
  |         </plugin>
  |       </plugins>
  |     </pluginManagement>
  |   </build>
  | </project>



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240669
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to