I'm planning on doing point releases this weekend for 1.4.16.1 and
1.5-rc2.1 and I'll make sure the artifacts generate using the longer name.
Thanks,
Mike
In the most parent wicketstuff pom.xml:
<build>
<finalName>${project.groupId}-${project.artifactId}-${project.version}.jar</finalName>
....
On Fri, Mar 25, 2011 at 9:31 AM, Wilhelmsen Tor Iver<toriv...@arrive.no>wrote:
- jasperreports-1.4.16.jar
- jasperreports-3.7.2.jar
The first one is from WicketStuff, but still, it is confusing to see
this.
This one of my biggest peeves with Maven: It has this concept of a
"groupId" to namespace artifacts in the repository, but this is of no
consequence when the jar files appear in the classpath, since the groupId
namespace is not part of the actual file name.
A workaround could be to prefix the jar file name with the groupId
namespace somehow.
- Tor Iver
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org