Hi, 1. You should create a project for the common things that affect all projects, one of those things may be the aspects. 2. Use that common project as a dependency in the other ones, read http://maven.apache.org/reference/plugins/aspectj/ <dependency> <groupId>groupid</groupId> <artifactId>your common jar</artifactId> <version>jarversion</version> <properties> <aspectj.weaveWith>true</aspectj.weaveWith> </properties> </dependency>
Regards Carlos Sanchez A Coru�a, Spain Oness Project http://oness.sourceforge.net > -----Original Message----- > From: thorsten maus [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 11:22 PM > To: [EMAIL PROTECTED] > Subject: aspectj in multiproject > > hi there .. > > has anyone made some experiences using the aspectj plugin in > a multiproject... > > 1. should i create an additional subproject for the aspects ? > > 2. how do i achieve that every subproject is using the same aspects ? > > > thanks in advance > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > > --------------------------------------------------------------------- > 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]
