Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aspectj-maven-plugin the includes tags does not work #68

Closed
crazylulululu opened this issue Dec 10, 2020 · 3 comments
Closed

aspectj-maven-plugin the includes tags does not work #68

crazylulululu opened this issue Dec 10, 2020 · 3 comments

Comments

@crazylulululu
Copy link

crazylulululu commented Dec 10, 2020

I have two aop , just want to use one of them , the excludes is work, but the includes does not work, use excludes can work(It is inconvenient to add new aop always) , use the command( mvn clean package or mvn clean compile)
the following is my configuration:
image

`

    <dependency>
        <groupId>org.aspectj</groupId>
        <artifactId>aspectjrt</artifactId>
        <version>1.8.13</version>
    </dependency>

`

@crazylulululu crazylulululu changed the title aspectj-maven-plugin the includes function does not work aspectj-maven-plugin the includes tags does not work Dec 10, 2020
@crazylulululu
Copy link
Author

@mojohaus, the includes tags does work ,or has the Functional defects(must list all the aspect class , not the aspect point )

@qiumingzhao
Copy link

可以举个例子么

@bmarwell
Copy link
Contributor

@crazylulululu can you give us a minimal working example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants