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

Update build to use maven release plugin #138

Closed
mattrpav opened this issue Apr 9, 2022 · 0 comments
Closed

Update build to use maven release plugin #138

mattrpav opened this issue Apr 9, 2022 · 0 comments
Assignees
Milestone

Comments

@mattrpav
Copy link
Collaborator

mattrpav commented Apr 9, 2022

Add sonatype oss staging plugin too..

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <configuration>
    <pushChanges>true</pushChanges>
    <localCheckout>true</localCheckout>
    <tagNameFormat>v@{project.version}</tagNameFormat>
    <autoVersionSubmodules>true</autoVersionSubmodules>
    <goals>clean package deploy</goals>
  </configuration>
</plugin>
@mattrpav mattrpav added this to the 0.12.1 milestone Apr 9, 2022
@mattrpav mattrpav self-assigned this Apr 9, 2022
@mattrpav mattrpav modified the milestones: 0.12.1, 0.13.0 Apr 26, 2022
mattrpav added a commit to mattrpav/jaxb2-basics that referenced this issue Apr 26, 2022
mattrpav added a commit to mattrpav/jaxb2-basics that referenced this issue Apr 26, 2022
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

1 participant