-
Notifications
You must be signed in to change notification settings - Fork 107
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
Automatically skip pom type modules #66
Comments
I have pushed a commit to the develop branch that introduces a new option for the maven plugin:
The default value is If you like, you can try it out:
Let me know what you think. |
I'm happy to say that this new feature is working as intended. I tested it in a branch of the main framework with a lot of modules (a mix of pom and jar types) and everything went smooth. Many thanks. |
Released with version 0.5.2. |
First I would like to thank you for this great tool.
I plan to use japicmp maven plugin in a full development stack (https://github.com/seedstack) which contains a lot of modules, some of which are of pom packaging type. I configured japicmp in my parent pom with maven properties to automatically check the current version against the latest release:
I found that japicmp doesn't automatically skip pom packaging modules and fails instead because it cannot find the file specified in . I worked around this problem by using a property in the tag that is set to true by default but I must override it to false in each of my 69 jar modules.
It would help me a lot if the japicmp maven plugin could automatically skip every non jar-packaged module (with an info log). This behavior may be enabled with a configuration option.
Regards.
The text was updated successfully, but these errors were encountered: