Hi,

        Does anyone know which maven 2 repository has the
aspectj-maven-plugin?  I tried using the following in my pom but got :

[INFO] The plugin 'org.codehaus.mojo:aspectj-maven-plugin' does not
exist or no valid version could be found

        <build>
                <plugins>
                        
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>aspectj-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <id>compile</id>
                        <configuration>
 
<ajdtBuildDefFile>build.ajproperties</ajdtBuildDefFile>
                        </configuration>
                        <goals>
                            <goal>compile</goal>
                        </goals>
                    </execution>
                </executions>
                </plugin>
        </build>

        Thanks in advance.

Regards,

Dennis.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos
Sanchez
Sent: Monday, November 21, 2005 7:39 PM
To: Maven Users List
Subject: Re: How to use M2 with AspectJ?

It has just been added
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/aspectj-maven-plugi
n/

On 11/21/05, Law Green-A20134 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Anyone has the idea of using M2 along with aspectJ since there is no
> aspectJ plug-in for M2.
>
> Thanks
> Green
>
>

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


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

Reply via email to