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

maven-plugin should support semantic version option #81

Closed
petteyg opened this issue Oct 26, 2015 · 4 comments
Closed

maven-plugin should support semantic version option #81

petteyg opened this issue Oct 26, 2015 · 4 comments
Milestone

Comments

@petteyg
Copy link

petteyg commented Oct 26, 2015

The maven plugin doesn't accept <parameter><semanticVersion>true</semanticVersion></parameter>. It should support the same features as the standalone jar.

@siom79
Copy link
Owner

siom79 commented Oct 26, 2015

How do you think it should be implemented? The point is that the option for the standalone jar only outputs which position in the version to increment. Should the maven plugin just output it as part of the build process?

@petteyg
Copy link
Author

petteyg commented Oct 26, 2015

It'd be nice to have it integrated with a release plugin to automatically increment the version (prerequisite of course being the pom using a simple nothing-but-major-minor-patch version to start with), but right now would just like to be able to output in the log and/or report the same information as the standalone.

@siom79
Copy link
Owner

siom79 commented Nov 3, 2015

I have integrated the semantic versioning information into the head of the HTML report created by the maven plugin.

If you like, you can try it on the develop branch:

git clone https://github.com/siom79/japicmp.git
cd japicmp
git checkout develop
mvn install

@siom79 siom79 modified the milestone: 0.6.1 Nov 3, 2015
@siom79
Copy link
Owner

siom79 commented Nov 9, 2015

Released with version 0.6.1.

@siom79 siom79 closed this as completed Nov 9, 2015
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

2 participants