Activity log for bug #1558322

Date Who What changed Old value New value Message
2016-03-16 23:45:02 Ethan bug added bug
2016-03-17 04:23:39 Ethan description While trying to pull in dependencies for the sikulixapi (in both 1.1.0 and 1.1.1 as well as in the snapshots) I run into what seems to be the same problem across the board. It seems to be related to an issue that appears to be in the pom. Here's an example from the sonatype repo. In the pom file located here https://oss.sonatype.org/content/groups/public/com/sikulix/sikulixapi/1.1.0/sikulixapi-1.1.0.pom There seem to be some place holder variables that are not being resolved when the pom is produced. for example -> <dependency><groupId>com.sikulix</groupId><artifactId>${sikulix.libs}</artifactId><version>${project.version}</version></dependency></dependencies><properties><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding></properties><distributionManagement><repository><id>sikulix.deploy</id><url>${sikulix.deploy.target}</url></repository></distributionManagement> This isn't the only pom with this problem and it seems to be for these same places (the ${sikulix.libs} is what pops up as an error with whatever I try to pull down from maven, regardless if I try with snapshots or with 1.1.0 or with 1.1.1 or whatever). While trying to pull in dependencies for the sikulixapi (in both 1.1.0 and 1.1.1 as well as in the snapshots) I run into what seems to be the same problem across the board. It seems to be related to an issue that appears to be in the pom. Here's an example from the sonatype repo. In the pom file located here https://oss.sonatype.org/content/groups/public/com/sikulix/sikulixapi/1.1.0/sikulixapi-1.1.0.pom There seem to be some place holder variables that are not being resolved when the pom is produced. for example -> <dependency> <groupId>com.sikulix</groupId> <artifactId>${sikulix.libs}</artifactId> <version>${project.version}</version> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding></properties> <distributionManagement> <repository> <id>sikulix.deploy</id> <url>${sikulix.deploy.target}</url> </repository> </distributionManagement> This isn't the only pom with this problem and it seems to be for these same places (the ${sikulix.libs} is what pops up as an error with whatever I try to pull down from maven, regardless if I try with snapshots or with 1.1.0 or with 1.1.1 or whatever).
2016-03-17 07:53:30 RaiMan sikuli: status New Opinion
2016-03-17 07:53:33 RaiMan sikuli: assignee RaiMan (raimund-hocke)
2016-03-17 07:53:39 RaiMan sikuli: milestone 1.1.1
2016-03-17 13:11:46 RaiMan summary pom in sonatype repo seems to not have a place holder being replaced Scala/SBT project: sikulixapi::1.1.x pom not working
2016-03-17 13:12:53 RaiMan summary Scala/SBT project: sikulixapi::1.1.x pom not working Scala/SBT project: com.sikulix::sikulixapi::1.1.x pom not working