+1 from me
On 2011-02-20 22:57, Dennis Lundberg wrote:
> Hi,
>
> Some Java 1.5 code was found by Benjamin in the previous release
> attempt. Let's make this a good one.
>
> We solved 5 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=16231
>
> Th
are you sure you want a maven build? if you have an elaborate ant
build you can use the maven any tasks to consume and/or produce
artifacts.
On Feb 23, 2011, at 8:45 AM, oliver wrote:
> Hi,
>
> as suggested by Nicolas you should adapt you project structure according the
> maven guideline. But a
Hi,
as suggested by Nicolas you should adapt you project structure according the
maven guideline. But as I know from several projects moved from Ant to Maven
this is not always possible. You can tell Maven your project structure as
described on my blog at http://oli.blogger.de/stories/1689356/:
Don't consider Maven as a scripting engine
Maven works based on conventions, and plugins use them to avoid
configuration and scripting
Don't try to override conventions as you do in compiler, war plugin. Follow
them and discover how the plugins can naturaly run in your build without
anything to co
Hi All,
I have ant build file and now need to convert it into mvn pom file. My
problem is how do I get my code compiled using pom.xml.
I have below pom xml;
***
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.a