On Thu, Apr 16, 2009 at 1:39 AM, Andrew Eisenberg
<[email protected]> wrote:
> Hi,
>
>> The Maven convention and good practice is to put ressources files like
>> *.txt in src/main/resources.
>
> This is a bit troublesome for those of us using the AspectJ plugin.
> We need to place *.aj files in the src/main/java (and test) directory.
>  However, these files are excluded from the build.  Other than
> sticking with 2.5.1 is there a simple way around this?

These files are different in that that they are transformed into java classes.
They aren't resource files themselves, so living in src/main/java is fine.

> Should I raise a bug for this?

There already is a bug for this and is fixed in 2.7-SNAPSHOT.

We are looking at releasing a new version with these fixes shortly.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to