Check out the ibiblio.org repository for a look at the differences between how the repositories are set up. You are familiar with maven 1, so ibiblio for maven 2 is just in the directory /maven2 instead.
project.properties do not exist in Maven 2. All definition is done in the project.xml, or sometimes settings.xml. More information is on http://maven.apache.org/ On 12/9/05, Deepika.M <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I know little bit about Maven1.x regarding how a repository gets > created and how cache get created(dependency jars) > Now I want to know about Mavne 2.0 . I am unable to differenciate > between Maven 1.x and 2.x regarding repository creation. > I want the difference between two versions of maven regarding > repository creation along with simple example if possible. > How do Mavne 2.0 uses properties with out project.proerties file > Where should I mention goals with out maven.xml file > > > Thank for kenny for previous reply > > > Deepika.S > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
