RE: aspectj error

2007-09-10 Thread Michal Palička
Hello, to get rid of the "bad version number found" warning, try to add the correct aspectjtools dependency to the aspectj-maven-plugin: org.codehaus.mojo aspectj-maven-plugin ... ... aspectj aspectjtools 1.5.

Assembly: snapshot archive name with timestamp

2007-08-07 Thread Michal Palička
Hello, is it possible to set up the assembly plugin, so that the name of the resulting snapshot archive contains the timestamp? Example: current name: myproject-1.0-SNAPSHOT-bin.zip desired name: myproject-1.0-20070807.140024-bin.zip Thank you in advance Michal Palicka --

Local modules

2007-03-08 Thread Michal Palička
Hello all, is there a way to specify a module as "local", so that the module could not be deployed to shared repository? The module should be able to install to my local repository though. Perhaps I should describe our use case: In our project, we use a separate module that contains configura

RE: hibernate3 plugin

2006-02-13 Thread Michal Palička
Hello, the Hibernate3 plugin can be found at the "mojo-sandbox". http://mojo.codehaus.org/faq.html#what-is-the-sandbox I am not sure whether it supports Maven 1.x. You'll have to build it from the source. The source can be downloaded from a public SVN repository. Regards Michal Palicka -