Search This Blog

Wednesday, September 11, 2013

Open XDS - Compile Steps

1) Goto D:\trunk\openxds\openxds-web

type
 mvn install -DskipTests



2)type mvn package
    NOTE: if you found any artifacts missing, copy the command from the console and change the file path. check those jar is in D:\repo or in internet.

3) type the below lines one by one


    mvn install:install-file -DgroupId=org.openhealthexchange.openpixpdq -DartifactId=openpixpdq -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthexchange\openpixpdq\openpixpdq\1.0\openpixpdq-1.0.jar
    mvn install:install-file -DgroupId=com.misys.braid -DartifactId=braid-base -Dversion=1.2.2 -Dpackaging=jar -Dfile=D:\repo\com\misys\braid\braid-base\1.2.2\braid-base-1.2.2.jar
    mvn install:install-file -DgroupId=org.openhealthtools.openxds -DartifactId=openxds-core -Dversion=1.0.1 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openxds\openxds-core\1.0.1-SNAPSHOT\openxds-core-1.0.1-SNAPSHOT.jar
    mvn install:install-file -DgroupId=org.openhealthtools.openxds -DartifactId=iheos -Dversion=1.0.1 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openxds\iheos\1.0.1-SNAPSHOT\iheos-1.0.1-SNAPSHOT.jar
        mvn install:install-file -DgroupId=org.openhealthtools.openexchange -DartifactId=openexchange-audit -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openexchange\openexchange-audit\1.0-SNAPSHOT\openexchange-audit-1.0-SNAPSHOT.jar
    mvn install:install-file -DgroupId=org.openhealthtools.openexchange -DartifactId=openexchange-actorconfig -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openexchange\openexchange-actorconfig\1.0-SNAPSHOT\openexchange-actorconfig-1.0-SNAPSHOT.jar

mvn install:install-file -DgroupId=org.openhealthtools.openexchange -DartifactId=openexchange-config -Dversion=1.0 -Dpackaging=jar -Dfile=D:\repo\org\openhealthtools\openexchange\openexchange-config\1.0-SNAPSHOT\openexchange-config-1.0-SNAPSHOT.jar

4) type mvn package


5) Copied the jars from D:\repo into c:\users\\.m2\repository [ if u needed ] or you can point as local repository



No comments:

Hit Counter


View My Stats