Repository: marmotta Updated Branches: refs/heads/ldp 3fdc8aeb5 -> b55373568
fixed some warining in the usage of the refpack-maven-plugin Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/73d80e0c Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/73d80e0c Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/73d80e0c Branch: refs/heads/ldp Commit: 73d80e0c5e46ef843ab06619368c1ece81e1ba61 Parents: d9635a2 Author: Jakob Frank <[email protected]> Authored: Tue Mar 18 14:26:40 2014 +0100 Committer: Jakob Frank <[email protected]> Committed: Tue Mar 18 14:26:40 2014 +0100 ---------------------------------------------------------------------- .../org/apache/marmotta/maven/plugins/refpack/RefPackMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/73d80e0c/build/plugins/refpack-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/refpack/RefPackMojo.java ---------------------------------------------------------------------- diff --git a/build/plugins/refpack-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/refpack/RefPackMojo.java b/build/plugins/refpack-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/refpack/RefPackMojo.java index 8136480..658baef 100644 --- a/build/plugins/refpack-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/refpack/RefPackMojo.java +++ b/build/plugins/refpack-maven-plugin/src/main/java/org/apache/marmotta/maven/plugins/refpack/RefPackMojo.java @@ -78,7 +78,7 @@ public class RefPackMojo extends AbstractMojo { * the dependency tree, the process will break at each module of this group id and instead add * a dependency to the other module to the refpacks. */ - @Parameter(property="refpack.moduleGroupId", defaultValue="org.apache.marmotta", required = true, readonly = true) + @Parameter(property="refpack.moduleGroupId", defaultValue="org.apache.marmotta", required = true) private String moduleGroupId; /** @@ -106,7 +106,7 @@ public class RefPackMojo extends AbstractMojo { /** * The required modules of the refpack */ - @Parameter(property = "refpack.requiredModules", readonly = true) + @Parameter(property = "refpack.requiredModules") private List<String> requiredModules; // we collect here the library dependencies of each module, so we can identify which of the dependencies are already
