On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > groupid should be org.apache.myfaces
I disagree. We want separate groupids for each of our major subprojects. Otherwise you have some twenty artifacts lumped together in the repo. Since the group id is more or less arbitrary (like a package name for a java class) I don't see why this is a problem. > Some questions: > - what's the difference between the pom.xml and the > master-pom/pom.xml? why two and not just one with both info? pom.xml is to build all of the modules contained within there's not much to it other then instructions to build the modules and some info on how to publish. master-pom/pom.xml is one of the artifacts that is actually published and its that artifact that is used by the rest of the projects. > - why do you have a maven-wagon-plugin? We have nightly builds that result in tarballs that we would like to publish. We want to publish the resulting nightly builds to http://cvs.apache.org/builds/myfaces/nightly/. But we don't want poms, jars and the other stuff in this dir. So we came up with a custom solution. > - this is maven related stuff, where is the myfaces stuff? Its coming but we need to release this before we can release anything else. We can't have a dependency on a snapshot. > > On 2/9/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > > Sorry, I sent this to Carlos directly instead of the list. > > > > Sean > > > > ---------- Forwarded message ---------- > > From: Sean Schofield <[EMAIL PROTECTED]> > > Date: Feb 9, 2006 4:20 PM > > Subject: Re: Where do I publish ASF Project Jars? > > To: Carlos Sanchez <[EMAIL PROTECTED]> > > > > > > On 2/9/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > Hi Sean, > > > > > > www.apache.org/dist/java-repository/myfaces is for maven 1 > > > www.apache.org/dist/maven-repository/org/apache/myfaces is for maven 2 > > > Both places are only for PMC approved releases, copied to ibiblio (m1 > > > automatically, m2 on demand) > > > > OK thats good. This means we published everything to the right spot. > > Those older releases were non maven so they didn't have the m2 stuff. > > > > > For not releases (snapshots or nightly builds), and not mirrored anywhere > > > cvs.apache.org/repository/myfaces for m1 > > > cvs.apache.org/maven-snapshot-repository/org/apache/myfaces for m2 > > > > Good. We are using the correct (m2) snapshot location then. > > > > > I suppose you're using m2 to build, I don't know if a release or just > > > a snapshot, but several things look wrong to me after a first look, > > > like groupId naming including "maven". If you point me to the source > > > repo where the m2 stuff is I can help you with conventions and maven > > > standards. > > > > The "maven" directory is a subproject that we use to maintain a master > > pom and some maven related > > > > Source repo is https://svn.apache.org/repos/asf/myfaces/maven/branches/1_0_0 > > (for the release in question.) > > > > > There's also an Apache repository mailing list, [email protected] > > > > I don't think I can possibly handle one more mailing list at the time. > > I am already getting pummeled by the very active maven and myfaces > > user lists! > > > > > Regards > > > > > > > Sean > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
