12 years ago
Use Maven Central to host SoapUI artifacts
I've searched the forums and can't find the reason why you use your own repository for the soapui and maven plugins instead of the central Maven repository.
I'm interested because we are behind a firewall and someone was wanting to use soapui in their project.
At least for the open source stuff you have the ability to upload your artifacts directly into the central Maven repository.
See http://maven.apache.org/guides/mini/guide-central-repository-upload.html.
This would be helpful in a number of ways
However looking at your pom.xml files they dont have correct information in them and cleaning them up might take a little bit of work.
Is there any planning to fix this?
Barrie
Disclaimer: I'm on the Apache Maven PMC, so I care a bit more than the average Maven user about artifacts being in Maven Central.
I'm interested because we are behind a firewall and someone was wanting to use soapui in their project.
At least for the open source stuff you have the ability to upload your artifacts directly into the central Maven repository.
See http://maven.apache.org/guides/mini/guide-central-repository-upload.html.
This would be helpful in a number of ways
- Improved build times, as Maven has to contact every repository defined to check for artifacts (See http://blog.sonatype.com/people/2009/02/why-putting-repositories-in-your-poms-is-a-bad-idea/
- People behind firewalls already have the central Maven repository configured and don't need to do any more work
- All of the other artifacts at http://www.soapui.org/repository/maven2/ do not need to replicated since they are likely available from the central Maven repository.
However looking at your pom.xml files they dont have correct information in them and cleaning them up might take a little bit of work.
Is there any planning to fix this?
Barrie
Disclaimer: I'm on the Apache Maven PMC, so I care a bit more than the average Maven user about artifacts being in Maven Central.