Issue Details (XML | Word | Printable)

Key: MPSITE-28
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arnaud Heritier
Reporter: Davy Toch
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Site Plugin

Maven site 1.6.1 plugin always results in 'Build Successful'.

Created: 29/Jun/05 01:25 PM   Updated: 01/Aug/05 03:32 PM   Resolved: 29/Jun/05 04:41 PM
Return to search
Component/s: plugin
Affects Version/s: 1.6.1
Fix Version/s: 1.7

Time Tracking:
Original Estimate: 5 minutes
Original Estimate - 5 minutes
Remaining Estimate: 5 minutes
Remaining Estimate - 5 minutes
Time Spent: Not Specified
Time Spent - Not Specified

Environment: Not of importance.
Issue Links:
dependent
 


 Description  « Hide

In previous versions of the Maven site plugin, deploying the site documentation through SSH always resulted in 'Build Successful', even when e.g. the SSH isn't available.

This was supposed to have been corrected in version 1.6.1, as indicated here:

http://maven.apache.org/reference/plugins/site/announcements/announcement-1.6.1.txt

However, the problem is still present.

The solution is simple : just add an attribute failonerror="true" in <exec> calls in plugin.jelly.



Arnaud Heritier added a comment - 29/Jun/05 04:41 PM

Modification applied.
you can download and test the new snapshot (available in few hours) :
maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository -DgroupId=maven -DartifactId=maven-site-plugin -Dversion=SNAPSHOT
Thanks.


Arnaud Heritier made changes - 29/Jun/05 04:41 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Assignee Arnaud HERITIER [ aheritier ]
Arnaud Heritier made changes - 01/Aug/05 03:32 PM
Link This issue is depended upon by MPSITE-34 [ MPSITE-34 ]
Arnaud Heritier added a comment - 01/Aug/05 03:32 PM

The fix for MPSITE-28 created this problem :-/