4.0.0 org.cognita dcae-toscalab 1.0.0-SNAPSHOT pom dcae-toscalab clone target/TOSCA_Lab org.codehaus.mojo exec-maven-plugin 1.6.0 toscalab-clone exec generate-resources git clone -b acumos --single-branch https://gitlab.research.att.com/shushi/TOSCA_Lab ${project.build.directory}/TOSCA_Lab pyyaml-clone exec generate-resources git clone -b master https://github.com/yaml/pyyaml.git ${project.build.directory}/pyyaml setuptools-clone exec generate-resources git clone -b master https://github.com/pypa/setuptools.git ${project.build.directory}/setuptools pull target/TOSCA_lab org.codehaus.mojo exec-maven-plugin 1.6.0 toscalab-pull exec generate-resources git ${project.build.directory}/TOSCA_Lab pull pyyaml-pull exec generate-resources git ${project.build.directory}/pyyaml pull maven-resources-plugin 3.0.2 copy-yaml package copy-resources ${project.build.directory}/TOSCA_Lab/yaml ${project.build.directory}/pyyaml/lib/yaml true maven-resources-plugin 3.0.2 copy-pkg-resources package copy-resources ${project.build.directory}/TOSCA_Lab/pkg_resources ${project.build.directory}/setuptools/pkg_resources true org.apache.maven.plugins maven-jar-plugin 3.0.2 package-toscalab package jar toscalab ${project.build.directory}/TOSCA_Lab **/*.py **/meta_model/**/* **/tosca_model/**/* **/shared_model/**/*