Christian Andersson <[EMAIL PROTECTED]> wrote on 19/09/2003 11:51:58 PM:
> HI there again, I've jsut read the part about remote repository in the > user guide > http://maven.apache.org/reference/user-guide.html#Remote%20Repository%20Layout > and noticed some thing, is this a bug or is it intended.. > > repository > | > |-- ant > | |-- distribution > | `-- jars > | |-- ant-1.4.1.jar > | `-- ant-optional-1.4.1.jar > +-- jsse > |-- distribution > `-- jars > |-- jsse.jar > |-- jcert.jar > `-- jnet.jar > > should it not be > > repository > | > |-- ant > | |-- distribution Should have an 's' on the end. > | `-- jars > | |-- ant-1.4.1.jar > | `-- ant-optional-1.4.1.jar > +-- jsse > |-- distribution This is right. > `-- jars > |-- jsse.jar > |-- jcert.jar > `-- jnet.jar > > ie the 2:nd distribution/jars should go under jsse and not under repository > > or could he repository/jars be used as some kind of general place to put > jars that you don't know where to else put? and if it is so, how do I > use that in the dependency tag of project.xml ? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
