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

Deploy task can't handle jars with digits in artifact id #104

Open
anlar opened this issue Apr 18, 2019 · 0 comments
Open

Deploy task can't handle jars with digits in artifact id #104

anlar opened this issue Apr 18, 2019 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@anlar
Copy link

anlar commented Apr 18, 2019

Environment

  • Platform version: 6.10-SNAPSHOT
  • Gradle version: 4.3.1

Description of the bug or enhancement

Create project, add to core dependencies compile 'org.apache.qpid:qpid-amqp-1-0-client-jms:0.32', execute ./gradlew deploy.

ER: qpid-amqp-1-0-client-0.32.jar, qpid-amqp-1-0-client-jms-0.32.jar and qpid-amqp-1-0-common-0.32.jar should be deployed to Tomcat.

AR: only qpid-amqp-1-0-common-0.32.jar deployed.

When DependencyResolver splits these jar's names into id and version it gets qpid-amqp and 1-0-client-0.32 and that way it will threat above 3 libraries as the same one with different versions and deploy only the latest one.

@jreznot jreznot added the type: bug Something isn't working label Apr 18, 2019
@jreznot jreznot added this to the Release 6.10 milestone Apr 18, 2019
@invviz invviz removed this from the Release 6.10 milestone Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants