Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • SCAN-820
  • 4.0
  • v3.8.10
  • v3.8.9
  • v3.8.8
  • v3.8.7
  • v3.8.6
  • v3.8.5
  • v3.8.4
  • v3.8.3
  • v3.8.2
  • Salsa-3.8.1
  • Salsa-3.8.0
  • Salsa-3.7.0
  • Salsa-3.6.4
  • Salsa-3.6.3
  • Salsa-3.6.2
  • Salsa-3.6.1
  • Salsa-3.5.32
  • Salsa-3.5.30
  • Salsa-3.5.25
  • Salsa-3.5.24
23 results

pom.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 1.56 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/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <parent>
        <artifactId>super-pom-C-CPP-device</artifactId>
        <groupId>fr.soleil</groupId>
        <version>RELEASE</version>
      </parent>
      <groupId>fr.soleil.device</groupId>
      <artifactId>NeslabEx-${aol}-${mode}</artifactId>
      <version>1.0.12-SNAPSHOT</version>
      <packaging>nar</packaging>
      <name>NeslabEx</name>
      <description>NeslabEx device</description>
      <developers>
        <developer>
          <id>langlois</id>
          <name>langlois</name>
          <url>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</url>
          <organization>Synchrotron Soleil</organization>
          <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
          <roles>
            <role>manager</role>
          </roles>
          <timezone>1</timezone>
        </developer>
      </developers>
      <scm>
        <connection>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</connection>
        <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</developerConnection>
        <url>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</url>
      </scm>
      <build>
        <plugins>
          <plugin>
            <groupId>org.freehep</groupId>
            <artifactId>freehep-nar-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </project>