On Sun, 2004-01-11 at 17:20, Brett Porter wrote: > Is it possible you could also release a timestamped snapshot to ibiblio and > have maven-core reference that so that it is one less thing that can be > different when testing it out?
Sure, no problem. I just changed things to work with timestamps and I'll blow the JARs out to ibiblio. > Last attempt I had (CVS from Friday), it bootstraps fine but jar:jar is not > found and there are a bunch of exceptions. No time to look into what > happened just yet, sorry. No problem, I flipped to snaps and I'll crank them out to ibiblio when I change them. That should alleviate the problems. > Thanks, > Brett > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Monday, 12 January 2004 9:18 AM > > To: [EMAIL PROTECTED] > > Subject: cvs commit: maven-components/maven-project project.xml > > > > > > jvanzyl 2004/01/11 14:18:27 > > > > Modified: maven-project project.xml > > Log: > > o use the snaps > > > > Revision Changes Path > > 1.9 +6 -32 maven-components/maven-project/project.xml > > > > Index: project.xml > > =================================================================== > > RCS file: /home/cvs/maven-components/maven-project/project.xml,v > > retrieving revision 1.8 > > retrieving revision 1.9 > > diff -u -r1.8 -r1.9 > > --- project.xml 28 Dec 2003 23:36:58 -0000 1.8 > > +++ project.xml 11 Jan 2004 22:18:27 -0000 1.9 > > @@ -34,13 +34,13 @@ > > <dependency> > > <groupId>maven</groupId> > > <artifactId>maven-model</artifactId> > > - <version>2.0-alpha-2</version> > > + <version>2.0-SNAPSHOT</version> > > </dependency> > > > > <dependency> > > <groupId>maven</groupId> > > - <artifactId>maven-model-tools</artifactId> > > - <version>2.0-alpha-3</version> > > + <artifactId>maven-model-xpp3</artifactId> > > + <version>SNAPSHOT</version> > > </dependency> > > > > <dependency> > > @@ -112,35 +112,9 @@ > > </resources> > > > > </unitTest> > > - > > - <resources> > > - <resource> > > - <directory>src/conf</directory> > > - <includes> > > - <include>*.xsd</include> > > - <include>*.dtd</include> > > - <include>*.mod</include> > > - <include>log4j.properties</include> > > - <include>driver.jelly</include> > > - <include>driver.properties</include> > > - <include>layout.properties</include> > > - <include>artifact-handler.properties</include> > > - </includes> > > - </resource> > > - <resource> > > - <directory>src/java</directory> > > - <excludes> > > - <exclude>**/*.java</exclude> > > - </excludes> > > - </resource> > > - <resource> > > - <directory>src/messages</directory> > > - <targetPath>org/apache/maven/messages</targetPath> > > - <includes> > > - <include>messages*.properties</include> > > - </includes> > > - </resource> > > - </resources> > > + > > + <resources/> > > + > > </build> > > > > <reports/> > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
