takari / takari-lifecycle

Takari Maven Lifecycle
http://takari.io/book/40-lifecycle.html
Eclipse Public License 1.0
66 stars 35 forks source link

Two problems in the use process #111

Open tonycody opened 1 year ago

tonycody commented 1 year ago

1.Can the type of package support jar instead of takari-jar? Some developers refuse to use takari-life because the package type has changed. 2.When a package is updated with a pom.xml dependency version that has been packaged once before, the dependency package will generate two versions.

cstamas commented 1 year ago
  1. no (that's how maven works, basically this plugin "adopts" to Maven internals)
  2. can you create any reproducer (ideally in a git repo?)