You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The pom task now no longer explicitly adds HEAD as the scm tag in
pom.xml if no tag is specified and no git commit can be automatically
discovered. HEAD is already the Maven default so it wasn't necessary,
and it confused other tasks that were looking at the pom.xml and
comparing the scm info (see below).
- The pom task now correctly supports the <developerConnection> and
<connection> elements as children of <scm>. Specify these in the :scm
option map via :connection and :developerConnection. (This is probably
only useful for creating pom.xml files for Maven to use, but it's in
there, anyway.)
- The push task no longer throws an exception if the :ensure-tag option
is specified but no scm info is available in the pom.xml. It now
prints a warning to stderr instead.
0 commit comments