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

Support parallel build in Maven 3.x #123

Open
bezda opened this issue Sep 9, 2013 · 7 comments
Open

Support parallel build in Maven 3.x #123

bezda opened this issue Sep 9, 2013 · 7 comments
Milestone

Comments

@bezda
Copy link

bezda commented Sep 9, 2013

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadsafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadsafe in :
[WARNING] org.vafer:jdeb:1.0.1:jdeb
[WARNING] *****************************************************************

@ebourg
Copy link
Collaborator

ebourg commented Sep 12, 2013

Would that prevent using jdeb with Maven 2 ?

@tmortagne
Copy link
Collaborator

I don't think so since annotations are designed to not prevent the class to work even if you don't have the annotation in your classpath (event if there is not much value in continuing to support Maven 2).

@ebourg
Copy link
Collaborator

ebourg commented Oct 29, 2013

I think we have to fix the thread safety of FilteredFile first, the static fields may conflict if several instances of jdeb are run in parallel.

@tmortagne
Copy link
Collaborator

@tcurdt
Copy link
Owner

tcurdt commented Feb 26, 2014

still room for refactoring - but the statics are gone now.

@tcurdt tcurdt added this to the 1.1 milestone Feb 26, 2014
@tcurdt
Copy link
Owner

tcurdt commented Feb 27, 2014

since we are attaching to the package phase I am wondering if checking whether it's threadsafe is useful at all.

I also think it would be worth updating the maven version - but I fear that could mean quite some work.

@tcurdt tcurdt modified the milestones: 2.0, 1.1 Feb 28, 2014
@benmccann
Copy link
Contributor

Using Maven 3 now, so this should be easier 45f3e53

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

No branches or pull requests

5 participants