You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by ql...@apache.org on 2016/01/11 14:57:10 UTC

incubator-unomi git commit: UNOMI-11 : Remove references to generate-package profile

Repository: incubator-unomi
Updated Branches:
  refs/heads/master c0de8a55e -> 593238d3c


UNOMI-11 : Remove references to generate-package profile


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/593238d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/593238d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/593238d3

Branch: refs/heads/master
Commit: 593238d3c3bc6e990647b8ea49d23b1f4a4fe747
Parents: c0de8a5
Author: Quentin Lamerand <ql...@jahia.com>
Authored: Mon Jan 11 14:57:06 2016 +0100
Committer: Quentin Lamerand <ql...@jahia.com>
Committed: Mon Jan 11 14:57:06 2016 +0100

----------------------------------------------------------------------
 README.md                                   | 2 +-
 buildAndRun.sh                              | 2 +-
 generate-package.sh                         | 2 +-
 release-audit.sh                            | 2 +-
 src/site/markdown/building-and-deploying.md | 2 +-
 update-notice.sh                            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/593238d3/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ee23c82..f5d0684 100644
--- a/README.md
+++ b/README.md
@@ -432,7 +432,7 @@ Checking the license status
 
 We have a new profile to check the license headers, you can perform a full project check with the following command:
  
-    mvn clean install -P generate-package,integration-tests,performance-tests,rat
+    mvn clean install -P integration-tests,performance-tests,rat
     
 Generating the Maven documentation site
 ---------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/593238d3/buildAndRun.sh
----------------------------------------------------------------------
diff --git a/buildAndRun.sh b/buildAndRun.sh
index b7abdfd..4e3295b 100755
--- a/buildAndRun.sh
+++ b/buildAndRun.sh
@@ -18,7 +18,7 @@
 #
 ################################################################################
 echo Building...
-mvn clean install -P generate-package,integration-tests,performance-tests
+mvn clean install -P integration-tests,performance-tests
 pushd package/target
 echo Uncompressing Unomi package...
 tar zxvf unomi-1.0.0-incubating-SNAPSHOT.tar.gz

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/593238d3/generate-package.sh
----------------------------------------------------------------------
diff --git a/generate-package.sh b/generate-package.sh
index 245aa54..30696e1 100755
--- a/generate-package.sh
+++ b/generate-package.sh
@@ -18,5 +18,5 @@
 #
 ################################################################################
 echo Building...
-mvn clean install -P generate-package,integration-tests,performance-tests,rat
+mvn clean install -P integration-tests,performance-tests,rat
 echo Package building completed.

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/593238d3/release-audit.sh
----------------------------------------------------------------------
diff --git a/release-audit.sh b/release-audit.sh
index be37999..b5e28fb 100755
--- a/release-audit.sh
+++ b/release-audit.sh
@@ -17,4 +17,4 @@
 #    limitations under the License.
 #
 ################################################################################
-mvn clean install -P generate-package,integration-tests,performance-tests,rat
\ No newline at end of file
+mvn clean install -P integration-tests,performance-tests,rat
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/593238d3/src/site/markdown/building-and-deploying.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/building-and-deploying.md b/src/site/markdown/building-and-deploying.md
index 6b3c525..c7a18c2 100644
--- a/src/site/markdown/building-and-deploying.md
+++ b/src/site/markdown/building-and-deploying.md
@@ -19,7 +19,7 @@ Building
 
 Simply type at the root of the project:
 
-    mvn clean install -P generate-package
+    mvn clean install
 
 The Maven build process will generate both a standalone package you can use directly to start the context server
 (see "Deploying the generated package") or a KAR file that you can then deploy using a manual deployment process into

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/593238d3/update-notice.sh
----------------------------------------------------------------------
diff --git a/update-notice.sh b/update-notice.sh
index 7c1470d..eceedb0 100755
--- a/update-notice.sh
+++ b/update-notice.sh
@@ -17,4 +17,4 @@
 #    limitations under the License.
 #
 ################################################################################
-mvn notice:generate -P generate-package,integration-tests,performance-tests,generate-notice
\ No newline at end of file
+mvn notice:generate -P integration-tests,performance-tests,generate-notice
\ No newline at end of file