Re: Maven Upload Requests separate binaries and sources jar restriction

2010-10-22 Thread Brian Fox
That's not used anymore, you want this:
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central

On Thu, Oct 21, 2010 at 5:55 PM, Stevo Slavić  wrote:
> Hello Apache Maven users,
>
> On Maven Upload Request  JIRA
> project summary page it is stated that "All bundles submitted after February
> 23rd 2010 must have sources, javadocs and all artifacts accompanied by valid
> PGP signatures. Your bundles will be immediately rejected if you are missing
> any of these requirements.". I'd like to convince maintainer(s) of an open
> source project which is not built using Apache Maven to upload their
> artifact to Maven Central. Their distribution includes a jar file with
> binaries and source all together and not as two separate jars. Would it be
> acceptable for uploading to central to provide that single jar, pom, and
> signatures?
>
> Regards,
> Stevo.
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Upload Requests separate binaries and sources jar restriction

2010-10-22 Thread Anders Hammar
A single jar which also includes the sources is not good. I can't remember
exactly what issues it causes, but there where quite a few people on this
list that had issues that we could track to some library including source
files.

/Anders

On Fri, Oct 22, 2010 at 00:13, Wayne Fay  wrote:

> > binaries and source all together and not as two separate jars. Would it
> be
> > acceptable for uploading to central to provide that single jar, pom, and
> > signatures?
>
> Seems like a better question for the repo maintainers list, given they
> manage the repo. Perhaps use the Sonatype OSS forge?
> http://nexus.sonatype.org/oss-repository-hosting.html
>
> Wayne
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Maven Upload Requests separate binaries and sources jar restriction

2010-10-21 Thread Wayne Fay
> binaries and source all together and not as two separate jars. Would it be
> acceptable for uploading to central to provide that single jar, pom, and
> signatures?

Seems like a better question for the repo maintainers list, given they
manage the repo. Perhaps use the Sonatype OSS forge?
http://nexus.sonatype.org/oss-repository-hosting.html

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven Upload Requests separate binaries and sources jar restriction

2010-10-21 Thread Stevo Slavić
Hello Apache Maven users,

On Maven Upload Request  JIRA
project summary page it is stated that "All bundles submitted after February
23rd 2010 must have sources, javadocs and all artifacts accompanied by valid
PGP signatures. Your bundles will be immediately rejected if you are missing
any of these requirements.". I'd like to convince maintainer(s) of an open
source project which is not built using Apache Maven to upload their
artifact to Maven Central. Their distribution includes a jar file with
binaries and source all together and not as two separate jars. Would it be
acceptable for uploading to central to provide that single jar, pom, and
signatures?

Regards,
Stevo.