releasing with remote-resource-bundle may fail due to version not updating
--------------------------------------------------------------------------

                 Key: UIMA-1916
                 URL: https://issues.apache.org/jira/browse/UIMA-1916
             Project: UIMA
          Issue Type: Bug
          Components: Build, Packaging and Test
            Reporter: Marshall Schor
            Assignee: Marshall Schor


We configure the remote-resource-plugin to use a customized resource artifact 
(currently uima-build-resources).  At the moment, the parent-pom configures 
this plugin with the GAV (groupId, artifactId, and Version) at version 
1-SNAPSHOT.

When the release happens, the release plugin does not update this configuration 
parameter to reflect the release version.  (at least, it doesn't when doing 
release:prepare -DdryRun=true).   So the tag created will have the wrong 
version (it will have 1-SNAPSHOT, it should be changed to 1).  

A workaround is to manually update the tag for this after release:prepare, 
before doing release:perform.

I'm going to ask on maven-user list for the maven way to do this.

Finally, there's another bug: the configuration for the remote-release-plugin 
is pointing to the old location for this and needs to get updated to point to 
the uima-build-resources artifact.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to