Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • nexus_reading_bug
  • readingByBlock
  • cdma-january
  • v3.7.6
  • cdma-3.7.5
  • cdma-3.7.4
  • cdma-3.7.3
  • trunk
  • cdma-3.7.2
  • cdma-3.7.1
  • cdma-3.7.0
  • cdma-3.6.4
  • cdma-3.6.3
  • cdma-3.6.2
  • cdma-3.6.1
  • cdma-3.6.0
  • cdma-3.5.1
  • cdma-3.4.5
  • cdma-3.4.4
  • cdma-3.4.3
  • cdma-3.4.2
22 results

pom.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 994 B
    <?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.lib.ScanUtils.Plugins</groupId>
            <artifactId>ContinuousTimebase</artifactId>
             <version>3.5.18</version>
        </parent>
    
        <groupId>fr.soleil.lib.ScanUtils.Plugins.ContinuousTimebase</groupId>
        <artifactId>XiaDxp-${aol}-shared-${mode}</artifactId>
    
        <packaging>nar</packaging>
        <name>XiaDxp</name>
    <!-- use for the name of executable -->
        <description>This plugin allows to scan XiaDxp as continuous timebase</description>
        <build>
            <plugins>
                <plugin>
                    <groupId>org.freehep</groupId>
                    <artifactId>freehep-nar-plugin</artifactId>
                </plugin>
            </plugins>
        </build>
    
    </project>