Skip to content
Snippets Groups Projects
Select Git revision
  • 13da52ec76f64d641a13c6dcc41f13c5eb5c7f7a
  • main default protected
  • release_1_0_1
  • release_1_0_0
  • release_0_0_2
  • release_0_0_1
6 results

Jenkinsfile

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 983 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>Timebase</artifactId>
             <version>3.5.18</version>
        </parent>
    
        <groupId>fr.soleil.lib.ScanUtils.Plugins.Timebase</groupId>
        <artifactId>HAL-${aol}-shared-${mode}</artifactId>
    
        <packaging>nar</packaging>
        <name>HAL</name>
    <!-- use for the name of executable -->
        <description>This plugin allows to scan HAL as Timebase : it can be a TDC a FastAtt</description>
        <build>
            <plugins>
                <plugin>
                    <groupId>org.freehep</groupId>
                    <artifactId>freehep-nar-plugin</artifactId>
                </plugin>
            </plugins>
        </build>
    
    </project>