All Downloads are FREE. Search and download functionalities are using the official Maven repository.

build-resources.create-deploy-pom.sh Maven / Gradle / Ivy

#!/bin/bash
ARTIFACT_ID=$1
RELEASE_NAME=$2
PACKAGING=$3

FILENAME=${ARTIFACT_ID}-${RELEASE_NAME}.pom
GROUP_ID=org.finos.cdm
VERSION=${RELEASE_NAME}

cat > ${FILENAME} <
    4.0.0
    ${GROUP_ID}
    ${ARTIFACT_ID}
    ${VERSION}
    ${PACKAGING}

    ${ARTIFACT_ID}

    https://www.finos.org/common-domain-model

    
        scm:git:https://github.com/finos/common-domain-model
        scm:git:git://github.com/finos/common-domain-model.git
        HEAD
        https://github.com/finos/common-domain-model
    

    The FINOS Common Domain Model (CDM) is a standardised, machine-readable and machine-executable blueprint for how financial products are traded and managed across the transaction lifecycle. It is represented as a domain model and distributed in open source.

    
        FINOS
        https://finos.org
    

    
        
            Community Specification License 1.0
            https://github.com/finos/common-domain-model/blob/master/LICENSE.md
        
    

    
        
            minesh-s-patel
            Minesh Patel
            [email protected]
            http://github.com/minesh-s-patel
            REGnosys
            https://regnosys.com
            +1
            
                Maintainer
                Developer
            
        
        
            hugohills-regnosys
            Hugo Hills
            [email protected]
            http://github.com/hugohills-regnosys
            REGnosys
            https://regnosys.com
            +1
            
                Maintainer
                Developer
            
        
    

EOF




© 2015 - 2025 Weber Informatics LLC | Privacy Policy