Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • release_1_0_0
2 results

pom.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 2.77 KiB
    <?xml version="1.0" encoding="utf-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
            <groupId>fr.soleil</groupId>
            <artifactId>super-pom-C-CPP-device</artifactId>
            <version>RELEASE</version>
        </parent>
    
        <groupId>fr.soleil.device</groupId>
        <artifactId>XMCDCryo-${aol}-${mode}</artifactId>
        <version>1.0.0</version>
        <packaging>nar</packaging>
        <name>XMCDCryo</name>
        <description>XMCDCryo</description>
        <properties>
        </properties>
    	
        <dependencies>
            <dependency>
                <groupId>fr.soleil.lib</groupId>
                <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
            </dependency>
    
            <dependency>
                <groupId>fr.soleil.lib</groupId>
                <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
            </dependency>
        </dependencies>
    
        <build>
            <plugins>
                <plugin>
                    <groupId>org.freehep</groupId>
                    <artifactId>freehep-nar-plugin</artifactId>
                    <configuration>
                        <cpp>
                            <defines>
                                <define>PROJECT_NAME=${project.name}</define>
                                <define>PROJECT_VERSION=${project.version}</define>
                            </defines>
                        </cpp>
                    </configuration>
                </plugin>
            </plugins>
        </build>
    
        <!-- <scm>
            <connection>${scm.connection.cvs.soleil}:DeviceServer/Specific/BeamLine/Transverse/RobotStaubli</connection>
            <developerConnection>${scm.connection.cvs.soleil}:DeviceServer/Specific/BeamLine/Transverse/RobotStaubli</developerConnection>
            <url>${scm.connection.cvs.soleil}/DeviceServer/Specific/BeamLine/Transverse/RobotStaubli</url>
        </scm> -->
    	
        <developers>
            <developer>
                <id>pichong</id>
                <name>pichon</name>
                <url>http://controle/</url>
                <organization>Synchrotron Soleil</organization>
                <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
                <roles>
                    <role>developper</role>
                </roles>
                <timezone>1</timezone>
            </developer>
    
            <developer>
                <id>pichong</id>
                <name>pichon</name>
                <url>http://controle/</url>