[ 
https://jira.codehaus.org/browse/MASPECTJ-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg closed MASPECTJ-73.
-----------------------------------

    Resolution: Cannot Reproduce

I cannot reproduce any problem either.

> Excludes option does not work for test-compile phase
> ----------------------------------------------------
>
>                 Key: MASPECTJ-73
>                 URL: https://jira.codehaus.org/browse/MASPECTJ-73
>             Project: Mojo AspectJ Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Vitaliy Semochkin
>         Attachments: hello-aspectj.zip
>
>
> Excludes option does not work for test-compile phase.
> Following configuration excludes aspect FooAspect from compile phase but 
> during test-compile the aspect is compiled.
> {code:xml}
>           <plugin>
>                 <groupId>org.codehaus.mojo</groupId>
>                 <artifactId>aspectj-maven-plugin</artifactId>
>                 <version>1.1</version>
>                 <configuration>
>                     <source>1.6</source>
>                     <target>1.6</target>
>                     <excludes>
>                         <exclude>**/FooAspect.java</exclude>
>                     </excludes>
>                 </configuration>
>                 <executions>
>                     <execution>
>                         <goals>
>                             <goal>compile</goal>
>                             <goal>test-compile</goal>
>                         </goals>
>                     </execution>
>                 </executions>
>             </plugin>
> {code}
> sample maven project demonstrating the bug is attached.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to