« Return to Thread: Problems with release checking

Re: Problems with release checking

by olegk :: Rate this Message:

Reply to Author | View in Thread

sebb wrote:

>>  There appears to be some kind of issue with the latest maven bundle plugin
>> (don't we all love maven?). I raised a JIRA with Apache Felix [1] and
>> downgraded the plugin to previous stable version for the time being.
>>
>>  Please pull the latest snapshot and try again.
>
> That has fixed the problem with the bundle processing, but I still
> don't see the execution of build.xml.
>

The script does not execute automatically. It needs to be executed
manually by running mvn antrun:run

The complete maven command to build release assemblies should look like:

mvn javadoc:javadoc docbkx:generate-pdf docbkx:generate-html package
assembly:assembly antrun:run

Ain't maven fun?

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: Problems with release checking