romanstumm / agimatec-validation

Automatically exported from code.google.com/p/agimatec-validation
Apache License 2.0
0 stars 1 forks source link

Publish downlaod artifacts in a Maven2 repo format #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Are there any plans to provide the SNAPSHOT artifacts in a public maven repo?

We're starting to add support for JSR-303 in Apache OpenJPA
     http://openjpa.apache.org/jpa-20-roadmap.html
and it would simplify our testing with the Agimatec implementation if the
project artifacts were made available from a maven repo.

I've noticed some Google projects just host their files under a directory
in their project space, like:
     http://code.google.com/p/agimatec-validation/maven2/
which other projects could then add a <repository> entry in their maven
builds to find the available artifacts.

BTW - Thanks for creating an implementation of JSR-303.

-Donald

Original issue reported on code.google.com by donaldrw...@gmail.com on 11 Jun 2009 at 3:43

GoogleCodeExporter commented 9 years ago
Good suggestion. Would you like to become a project member to do it? 
We deploy the artifacts in an internal maven2 repos, but with another 
build-profile,
you could provide different values to the pom-properties ${deployment-dav-url},
${internal-dav-url} to deploy into some other repository.

I would add you to the project so that you can do changes to the google-project 
or
the pom.xml

-Roman

Original comment by roman.stumm on 12 Jun 2009 at 6:58

GoogleCodeExporter commented 9 years ago
Maybe this could be a solution:
http://www.jroller.com/mrdon/entry/find_of_the_day_wagon

Original comment by mail%sim...@gtempaccount.com on 12 Jun 2009 at 7:36

GoogleCodeExporter commented 9 years ago
Roman, I'd love to join your project and help out!  

We plan on using your JSR-303 implementation for extensive testing in OpenJPA, 
so maybe I can also help 
with any JSR-303 bugs or improvements.  Also, I've created a cleanroom version 
of the JSR-303 API over in 
the Apache Geronimo Specs subproject [1], which would allow users to stay 
completely away from the RI code 
if they wish.

[1] 
http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_1.0_spec/

-Donald

Original comment by donaldrw...@gmail.com on 12 Jun 2009 at 2:03

GoogleCodeExporter commented 9 years ago

Original comment by donaldrw...@gmail.com on 6 Jul 2009 at 2:45

GoogleCodeExporter commented 9 years ago
I've requested access [1] to the http://oss.sonatype.org/ repo as described on 
the
following page [2].

[1] https://issues.sonatype.org/browse/OSSRH-54
[2] https://docs.sonatype.com/display/NX/OSS+Repository+Hosting

Next step, is to send an email to Juven requesting nexus accounts, which I'll 
include
all 4 of us on the request.

Original comment by donaldrw...@gmail.com on 7 Jul 2009 at 1:24

GoogleCodeExporter commented 9 years ago
Done.  Snapshots are being published to sonatype and 0.9.3 release was published
there as well.

Original comment by donaldrw...@gmail.com on 2 Oct 2009 at 7:40