I can publish artifact pct.war to Artifactory, but it appears as * com/papyrus/pct/pct/2.2.1-SNAPSHOT I would like it to appear as * com.papyrus.pct/pct/2.2.1-SNAPSHOT
The pom.xml file contains the following, which is all correct groupId:com.papyrus.pct artifactId:pct version:2.2.3-SNAPSHOT packaging:war In the gradle windows I see Uploading: com/papyrus/pct/pct/2.2.3-SNAPSHOT/pct-2.2. .. .. Should this be Uploading: com.papyrus.pct/pct/2.2.3-SNAPSHOT/pct-2.2. (in which case the problem is with gradle), or is Artifactory able to deal with this, or do I need to add another parameter? Thanks /Martin -- View this message in context: http://forums.jfrog.org/groupId-gradle-tp7579545.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
