Scarab commit: svn commit: r11163 - branches/20120417_mavenPort

[email protected] Tue, 17 Apr 2012 01:38:37 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: mcoss
Date: 2012-04-17 01:38:37-0700
New Revision: 11163

Added:
   branches/20120417_mavenPort/build-db.bat
   branches/20120417_mavenPort/build-jira.bat
   branches/20120417_mavenPort/build-source-archives.bat
   branches/20120417_mavenPort/build-war.bat

Log:
ADD - Batch scripts for currently supported build goals.

Added: branches/20120417_mavenPort/build-db.bat
Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/build-db.bat?view=markup&pathrev=11163
==============================================================================
--- (empty file)
+++ branches/20120417_mavenPort/build-db.bat	2012-04-17 01:38:37-0700
@@ -0,0 +1,7 @@
+@echo off
+
+REM *******************************************************
+REM Build file for building Scarab's database and content for "sample"
+REM *******************************************************
+
+mvn clean initialize scarab:create-db -Dscarab.database.build.mode=sample
\ No newline at end of file

Added: branches/20120417_mavenPort/build-jira.bat
Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/build-jira.bat?view=markup&pathrev=11163
==============================================================================
--- (empty file)
+++ branches/20120417_mavenPort/build-jira.bat	2012-04-17 01:38:37-0700
@@ -0,0 +1,7 @@
+@echo off
+
+REM *******************************************************
+REM Build file for importing Scarab's jira templates.
+REM *******************************************************
+
+mvn initialize scarab:import-jira-templates
\ No newline at end of file

Added: branches/20120417_mavenPort/build-source-archives.bat
Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/build-source-archives.bat?view=markup&pathrev=11163
==============================================================================
--- (empty file)
+++ branches/20120417_mavenPort/build-source-archives.bat	2012-04-17 01:38:37-0700
@@ -0,0 +1,7 @@
+@echo off
+
+REM *******************************************************
+REM Build file for building Scarab's source archive to deploy
+REM *******************************************************
+
+mvn clean assembly:single -Dmaven.test.skip=true
\ No newline at end of file

Added: branches/20120417_mavenPort/build-war.bat
Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/build-war.bat?view=markup&pathrev=11163
==============================================================================
--- (empty file)
+++ branches/20120417_mavenPort/build-war.bat	2012-04-17 01:38:37-0700
@@ -0,0 +1,7 @@
+@echo off
+
+REM *******************************************************
+REM Build file for building scarab.war and target directory
+REM *******************************************************
+
+mvn clean package -Dmaven.test.skip=true
\ No newline at end of file

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2949030