add scripts to install required jars to local Maven repository
--------------------------------------------------------------

                 Key: CDV-394
                 URL: https://jira.terracotta.org/jira//browse/CDV-394
             Project: Community Development
          Issue Type: New Feature
          Components: Kit & Installation
            Reporter: Eugene Kuleshov
         Assigned To: Issue Review Board


We need to include kits add scripts to install required jars to the local Maven 
repository.

For the core jars it may look something like that, but we also need to install 
all config modules distributed with the kit. Though the latter ones can be 
simpli copied from the <dist>/modules directory into the Maven local repository.


set tc=C:\dev\terr\tc-trunk\code\base\build\dist\terracotta-trunk\lib

call mvn install:install-file -DgeneratePom=true -DgroupId=org.terracotta 
  -DartifactId=terracotta -Dversion=2.4 -Dpackaging=jar -Dfile=%tc%\tc.jar
call mvn install:install-file -DgeneratePom=true -DgroupId=org.terracotta 
  -DartifactId=tcconfig -Dversion=2.4 -Dpackaging=jar 
-Dfile=%tc%\tcconfig-xmlbeans-generated.jar
call mvn install:install-file -DgeneratePom=true -DgroupId=org.terracotta
  -DartifactId=tcconfig1 -Dversion=1.0 -Dpackaging=jar 
-Dfile=%tc%\tcconfigV1.jar
call mvn install:install-file -DgeneratePom=true -DgroupId=org.terracotta
  -DartifactId=tcconfig2 -Dversion=2.0 -Dpackaging=jar 
-Dfile=%tc%\tcconfigV2.jar


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to