summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 09:33:01 +0200
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-10-13 09:33:01 +0200
commitee945e651d629c03d27c4063132f366ae0818ab9 (patch)
tree729686da6a6e2d07a621f3c1ba0f6d5b48671d37
parentc9ce5f32fbc3a3c24deeef35d9f640a1c739f375 (diff)
downloadmaven-nar-plugin-ee945e651d629c03d27c4063132f366ae0818ab9.tar.gz
maven-nar-plugin-ee945e651d629c03d27c4063132f366ae0818ab9.tar.bz2
maven-nar-plugin-ee945e651d629c03d27c4063132f366ae0818ab9.tar.xz
maven-nar-plugin-ee945e651d629c03d27c4063132f366ae0818ab9.zip
Fixed NAR-42, NAR-43, NAR-44, NAR-45, NAR-46, NAR-47, NAR-48, NAR-49 and NAR-50
-rw-r--r--ReleaseNotes.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 17b80dd..e284e46 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,17 +1,5 @@
Version 2.1
-- Moved source code repository to github.com (including copy and history of freehep-nar-plugin,
-and cpptasks-parallel.
-- Renamed package from org.freehep.maven.nar to org.apache.maven.plugin.nar
-- Renamed groupId from org.freehep to org.apache.maven.plugins
-- Renamed all properties from freehep to maven
-- Removed all $Id$ versions
-- Fixed warnings of incorrect use of Maven Archiver injection.
-- Removed dependencies on plexus (where possible) from pom.xml.
-- Added x86_64 for MacOS X into aol.properties
-- Moved tests all under src/it, to be run with -Prun-its
-- Added -fPIC option to amd64 compilers
-
Bugs
- Goal for Tests should be Install.
@@ -19,8 +7,6 @@ Bugs
- Excecutable needs a test to run and verify the output of Executable for it0001, it0002, it0007, it0008
it0010
-- Resource directory seems in GIT while it should not, it should be generated in target
-
- When it test fails it seems not reported in main pom, refer to executable
- nar-integration (our plugin copy) tests are not run when maven.tests.skip=true is set...