Hi Richard !
There is different types of dependencies for Maven, see :
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
Most of the dependencies you see are optional, this means that you have to
add them manually to your project if you want to use some specific features
of Stripes. For exampls, if you want to use the file upload maechanism, you
either have to add 'commons-fileupload' or 'cos' to your pom.xml.
Other dependencies are used to run the unit tests on the Stripes project,
and you do not need them in order to run Stripes, like 'testng'.
The only dependency needed is 'commons-logging', but Maven shoud care of it
automatically.
The official repository of Maven is here :
http://repo2.maven.org/maven2
Unfortunately I do not know much about
http://mvnrepository.com<http://mvnrepository.com/artifact/net.sourceforge.stripes/stripes/1.5.1>
...
Cheers,
Simon
2009/6/9 Richard Hauswald <[email protected]>
> Hello list,
> when searching for stripes at the maven repository
> (http://mvnrepository.com/artifact/net.sourceforge.stripes/stripes/1.5.1)
> i found many dependencies which are no dependencies. I'm new to maven
> so I dont know who is responsible for this. I'd be happy if someone
> could explain to me how these repositories are maintained and by who.
> Thanks,
> Richard
>
>
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users