Skip to content
Snippets Groups Projects
Select Git revision
  • dd8c8cc3cd8902f0c13b4720840bc06b173d6b40
  • master default protected
  • dev
  • fix
  • feat-merge-filter
  • to_fwk
  • integrate
  • 1.3
  • 1.2.1
  • 1.2
  • 1.1.1
  • 1.1.0
12 results

combpm.tcl

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