I am getting this error message  

12/8/08 12:27:55 PM EST: Missing artifact
org.jboss.maven.plugins:maven-jbossaop-plugin:jar:1.0.0:compile

here is my pom.xml   please help  me fix this.

<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>lab</groupId>
  <artifactId>my.testing</artifactId>
  <packaging>jar</packaging>
  <version>0.0.1-SNAPSHOT</version>
  <name>my.testing</name>
  <url>http://maven.apache.org</url>
 <pluginRepositories>
     <pluginRepository>
         <releases>
            <updatePolicy>never</updatePolicy>
         </releases>
         <snapshots>
            <enabled>true</enabled>
         </snapshots>
         <id>snapshots.jboss.org</id>
         <name>JBoss Maven Snapshot Repository</name>
         <url>http://snapshots.jboss.org/maven2</url>
      </pluginRepository>
   </pluginRepositories>

   <repositories>
     <repository>
       <id>snapshots.jboss.org</id>
       <name>JBoss Maven Snapshot Repository</name>
       <url>http://snapshots.jboss.org/maven2</url>
     </repository>
   </repositories>

   <dependencies>
    <dependency>
      <groupId>org.jboss.maven.plugins</groupId>
      <artifactId>maven-jbossaop-plugin</artifactId>
      <version>1.0.0</version>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.14</version>
    </dependency>
   </dependencies></project>


-- 
View this message in context: 
http://www.nabble.com/trouble-configuring-jboss-aop-plugin-tp20899733p20899733.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to