rvalle opened a new issue #5363:
URL: https://github.com/apache/cloudstack/issues/5363
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Other: Configuration Management, I guess.
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
Apache CloudStack Plugin - User Authenticator LDAP
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.15.1.0
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
##### SUMMARY
<!-- Explain the problem/feature briefly -->
We have detected a missing Maven artifact while building ACS Ansible test
container. The test container docker build downloads ACS and builds its
simulator.
see https://github.com/ansible/cloudstack-test-container/pull/13 for details.
The artifact is gone from Maven Central.
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
- Disable any local maven cache repository, as you may have a local copy of
the artifact.
- build ACS (or simulator targets only)
Alternatively, build cloudstack-test-container image which includes those
steps only.
~~~
https://github.com/ansible/cloudstack-test-container
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
Everything should build nicely, all maven dependencies should be found and
downloaded.
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
```com.btmatthews.maven.plugins:ldap-maven-plugin:1.1.3``` is no longer in
[maven central
](https://mvnrepository.com/artifact/com.btmatthews.maven.plugins/ldap-maven-plugin)
<!-- Paste verbatim command output between quotes below -->
~~~
[INFO]
[INFO] -----< org.apache.cloudstack:cloud-plugin-user-authenticator-ldap
>-----
[INFO] Building Apache CloudStack Plugin - User Authenticator LDAP 4.15.1.0
[104/124]
[INFO] --------------------------------[ jar
]---------------------------------
Downloading from central:
https://repo.maven.apache.org/maven2/com/btmatthews/maven/plugins/ldap-maven-plugin/1.1.3/ldap-maven-plugin-1.1.3.pom
[WARNING] The POM for
com.btmatthews.maven.plugins:ldap-maven-plugin:jar:1.1.3 is missing, no
dependency information available
Downloading from central:
https://repo.maven.apache.org/maven2/com/btmatthews/maven/plugins/ldap-maven-plugin/1.1.3/ldap-maven-plugin-1.1.3.jar
[WARNING] Failed to retrieve plugin descriptor for
com.btmatthews.maven.plugins:ldap-maven-plugin:1.1.3: Plugin
com.btmatthews.maven.plugins:ldap-maven-plugin:1.1.3 or one of its dependencies
could not be resolved: Could not find artifact
com.btmatthews.maven.plugins:ldap-maven-plugin:jar:1.1.3 in central
(https://repo.maven.apache.org/maven2)
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is
missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be
resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in
https://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]