hi

u may check out from mojo sandbox
http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/

I just got this, thinking to write a m2 plug-in to implement logging with AspectJ via mvn

something like the plugin sample in Maven Developer's Notebook, however, which is based on M1.

I would like to create a m2 version. want to share the experience?

Best Regards,

Manchi Leung
--------------------------------------------------



On Dec 30, 2005, at 2:36 AM, Dennis Ho wrote:

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