Hi, I was going to release my plugin. I delayed this a bit due to lack of time for testing final change. Today i was trying to do this, but i faced some issues with pulling old packages:
``` Downloading from central: https://repo.jenkins-ci.org/artifactory/remote-snapshot-repos/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.13-1.0/apache-httpcomponents-client-4-api-4.5.13-1.0.jar Downloading from snapshots: https://repo.jenkins-ci.org/artifactory/remote-snapshot-repos/org/jenkins-ci/plugins/apache-httpcomponents-client-4-api/4.5.13-1.0/apache-httpcomponents-client-4-api-4.5.13-1.0.jar [WARNING] Missing: ---------- 1) org.jenkins-ci.plugins:apache-httpcomponents-client-4-api:jar:4.5.13-1.0 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.jenkins-ci.plugins -DartifactId=apache-httpcomponents-client-4-api -Dversion=4.5.13-1.0 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jenkins-ci.plugins -DartifactId=apache-httpcomponents-client-4-api -Dversion=4.5.13-1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.jenkins-ci.plugins:apache-httpcomponents-client-4-api:jar:4.5.13-1.0 ---------- 1 required artifact is missing. for artifact: org.jenkins-ci.plugins:apache-httpcomponents-client-4-api:jar:4.5.13-1.0 from the specified remote repositories: jcenter (https://jcenter.bintray.com/, releases=true, snapshots=false), central (https://repo.jenkins-ci.org/artifactory/remote-snapshot-repos, releases=true, snapshots=false), snapshots (https://repo.jenkins-ci.org/artifactory/remote-snapshot-repos, releases=true, snapshots=true) Path to dependency: 1) org.jenkins-ci.plugins:apache-httpcomponents-client-4-api:jar:4.5.13-1.0 Downloading from jcenter: https://jcenter.bintray.com/org/jenkins-ci/plugins/mailer/414.vcc4c33714601/mailer-414.vcc4c33714601.jar Downloading from central: https://repo.jenkins-ci.org/artifactory/remote-snapshot-repos/org/jenkins-ci/plugins/mailer/414.vcc4c33714601/mailer-414.vcc4c33714601.jar Downloading from snapshots: https://repo.jenkins-ci.org/artifactory/remote-snapshot-repos/org/jenkins-ci/plugins/mailer/414.vcc4c33714601/mailer-414.vcc4c33714601.jar [WARNING] Missing: ---------- 1) org.jenkins-ci.plugins:mailer:jar:414.vcc4c33714601 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.jenkins-ci.plugins -DartifactId=mailer -Dversion=414.vcc4c33714601 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.jenkins-ci.plugins -DartifactId=mailer -Dversion=414.vcc4c33714601 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.jenkins-ci.plugins:mailer:jar:414.vcc4c33714601 ``` Anybody knows what is source of those problems? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/72d51301-1200-4f29-84b6-e63639449457n%40googlegroups.com.
