| Type | Changes | By |
 |
Make plugin work against latest sourceforge.
Fixes
1245493
and
1145798
.
|
scolebourne |
 |
Added maven.sourceforge.publish.includes
and maven.sourceforge.publish.excludes
so files to upload can be controlled.
Fixes 1174642.
|
scolebourne |
 |
Added maven.sourceforge.project.changeNotes
to allow the location and name of the changes file to be changed.
|
scolebourne |
 |
Enhance format of changes text.
|
scolebourne |
 |
Default value of maven.sourceforge.project.releaseNotes
changed from 'RELEASE.txt' to 'RELEASE-NOTES.txt'.
|
scolebourne |
 |
Renamed maven.sourceforge.project.packageDescription
to maven.sourceforge.project.newsTitle.
|
scolebourne |
 |
Add property maven.sourceforge.overwriteExistingVersion
to avoid destroying existing releases.
|
scolebourne |
 |
Use jelly 1.0 jar.
|
scolebourne |
 |
Use velocity 1.4 jar.
|
scolebourne |
 |
Use commons-httpclient 2.0.2 jar.
|
scolebourne |
 |
Use
commons-net 1.4.1 jar.
|
scolebourne |
 |
Use commons-logging 1.0.4 jar.
|
scolebourne |
 |
Use the project name (given by the property maven.sourceforge.project.name)
instead of the group ID to simplify setup.
|
ludovicc |
 |
Display the file that is being sent by FTP.
Fixes 1002512.
Thanks to hkollmann.
|
ludovicc |
 |
Fix the changes goal's pre-requisites.
Fixes 1054779.
Thanks to hkollmann.
|
ludovicc |
 |
Added flexibility to jelly.xml, now it's possible to call each process standalone.
You can upload and release more than one package with different files - all build
during one site:generate cycle.
Fixes 1002519.
Thanks to hkollmann.
|
ludovicc |
 |
Use nekohtml-0.9.3.jar.
Fixes 1145272.
|
ludovicc |
 |
Fail if password not present at plugin start.
Fixes 987148.
Thanks to Carlos Sanchez.
|
ludovicc |
 |
Added maven.sourceforge.project.sendEmailNotice property.
Fixes 1013364.
Thanks to Carlos Sanchez.
|
ludovicc |