Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 640322df authored by nab's avatar nab
Browse files

Update eHDSIGeneration.sh FOR DGSANTE & cdabasic version

parent 747dc5fe
No related branches found
No related tags found
4 merge requests!25Merge branch from develop into master,!24merge branch from eHDSI to develop,!23add system testing & ignoreChoicesPredicates & UCUM fixes,!22add ignoreChoicesPredicates & UCUM fixes
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>cdabasic-validator-jar</artifactId> <artifactId>cdabasic-validator-jar</artifactId>
<version>1.1.1</version> <version>1.1.2</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -22,7 +22,7 @@ public class ArchetypeInstantiatorMaven implements ArchetypeInstantiator { ...@@ -22,7 +22,7 @@ public class ArchetypeInstantiatorMaven implements ArchetypeInstantiator {
private static org.slf4j.Logger log = LoggerFactory.getLogger(ArchetypeInstantiatorMaven.class); private static org.slf4j.Logger log = LoggerFactory.getLogger(ArchetypeInstantiatorMaven.class);
//this is supposed to be the version of the packager artifact. It is for now used as artifact version. See what we will use //this is supposed to be the version of the packager artifact. It is for now used as artifact version. See what we will use
private static final String gocVersion = "3.0.0"; private static final String gocVersion = "3.0.4-SNAPSHOT";
private static final String CD_COMMAND = "cd \""; private static final String CD_COMMAND = "cd \"";
private static final String REPOSITORY = "https://gazelle.ihe.net/nexus/content/groups/public/"; private static final String REPOSITORY = "https://gazelle.ihe.net/nexus/content/groups/public/";
......
...@@ -213,7 +213,7 @@ fi; ...@@ -213,7 +213,7 @@ fi;
echo -e "${GREEN}your validator will be generated in: ${workspaceDir}/${folderName}${NC}" echo -e "${GREEN}your validator will be generated in: ${workspaceDir}/${folderName}${NC}"
######## GENERATION COMMAND ######## ######## GENERATION COMMAND ########
$JAVA_HOME/bin/java -jar $jarPath -bbr $bbrPath -out "${workspaceDir}/${folderName}" -mvn $mavenPath -serviceName $validator -HL7TEMP_CDACONFFOLDERNAME cdaepsos $JAVA_HOME/bin/java -jar $jarPath -bbr $bbrPath -out "${workspaceDir}/${folderName}" -mvn $mavenPath -serviceName $validator -HL7TEMP_CDACONFFOLDERNAME cdaepsos -ignoreChoicesPredicates
#################################### ####################################
#Replacing XSD #Replacing XSD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment