Skip to content
Snippets Groups Projects
Select Git revision
  • 504a3cb2307917d6aefe1fcaab906c22841a0fb5
  • main default protected
  • release_1_2_1
  • release_1_2_0
  • release_1_1_19
  • release_1_1_18
  • release_1_1_17
  • release_1_1_16
  • release_1_1_15
  • release_1_1_14
  • release_1_1_13
  • release_1_1_12
  • release_1_1_11
  • release_1_1_10
  • release_1_1_9
  • release_1_1_8
  • release_1_1_7
  • release_1_1_6
  • release_1_1_5
  • release_1_1_4
  • release_1_1_3
  • release_1_1_2
22 results

Makefile

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