summaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/maven/plugin/nar/NarAssemblyMojo.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed all warnings; extra imports; not used variablesMark Donszelmann2010-10-251-1/+0
|
* Fixed ClassCastException in NarAssemblyMojo when specifying classifiers.sthelen2010-05-171-1/+2
| | | | | | The untyped List that was used before this commit lead to a ClassCastException when it was cast to a String array in the NarManager. The mojo parameter is changed to directly be a String array which solves the problem.
* Readded classifier as parameterMark Donszelmann2010-01-081-11/+12
|
* NarAssemblyMojo: when classifiers not specified, assume all available ↵Volker Schumacher2010-01-081-33/+27
| | | | classifiers.
* resolve dependencies from unpack dir instead of local repository.Volker Schumacher2010-01-081-3/+7
|
* Fixed NAR-13Mark Donszelmann2009-12-011-27/+4
|
* Fixed NAR-55 and NAR-113Mark Donszelmann2009-12-011-0/+2
|
* Further cleanupMark Donszelmann2009-11-181-1/+1
|
* CleanupMark Donszelmann2009-11-161-2/+1
|
* Fixed NAR-24Mark Donszelmann2009-11-051-1/+1
|
* Reformat all source files and add licenses to testsMark Donszelmann2009-10-061-70/+73
|
* Added simple test to be run with -Prun-itsMark Donszelmann2009-10-021-1/+0
|
* Fixed POM warnings, compiles with cpptasks-parallelMark Donszelmann2009-10-011-3/+22
|
* Moved files in from freehep-nar-plugin version 2.0-alpha-11-SNAPSHOTMark Donszelmann2009-10-011-0/+99