Another issue we discovered was with GeoServer. When the war is built 
only the artifactId-<version>.jar is included in the war lib directory. 
So any two artifacts with the same name will clobber each other. I am 
not sure if there is a way to prepend the group id... i am looking into it.

Martin Desruisseaux wrote:
> Jody Garnett a écrit :
>> So I got ask what is the point of removing prefixes again? are we just 
>> trying to make the "mvn site:site" target work? Would it be better to 
>> change the directory names and keep a "geotools-" prefix (like every 
>> other project around?).
> 
> The prefix are there, if you look at the target/binaries directory after a 
> "mvn 
> install" from the root of GeoTools project.
> 
> If a user download GeoTools and use those JAR, he will have no problem.
> 
> If a user put Maven dependencies from his own project to GeoTools project, 
> maven 
> build will be fine. However:
> 
> - our custom build/maven/jar-collector plugin copies JARs in target/binaries
>    without their prefix, because those prefix are not in the Maven repository.
>    This is a limitation of our jar-collector that we can fix. I was just not
>    aware that we would have as much conflicts (I didn't though about the "H2"
>    case) if we don't do this change right now...
> 
> - I'm not sure how "maven assembly" would behave. Actually I don't know if
>    we are using it?
> 
>       Martin
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> 
> !DSPAM:4007,47ff2173191847180515871!
> 


-- 
Justin Deoliveira
The Open Planning Project
[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to