Skip to content
Snippets Groups Projects
Commit 5dc21983 authored by Vincent Hardion's avatar Vincent Hardion
Browse files

19984 : fix super-pom, scm, os

parent 759db1ed
No related branches found
No related tags found
No related merge requests found
<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</groupId>
<artifactId>super-pom-C-CPP-tango</artifactId>
<artifactId>super-pom-C-CPP</artifactId>
<version>RELEASE</version>
</parent>
......@@ -35,9 +36,9 @@
</developers>
<scm>
<connection>${scm.connection.cvs.tango-ds}:InputOutPut/DSL4Agilent</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:InputOutPut/DSL4Agilent</developerConnection>
<url>${scm.url.cvs.tango-ds}/InputOutPut/DSL4Agilent</url>
<connection>${scm.connection.cvs.tango-ds}:InputOutput/Digitizer/DigitizerSupportLib</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:InputOutput/Digitizer/DigitizerSupportLib</developerConnection>
<url>${scm.url.cvs.tango-ds}/InputOutput/Digitizer/DigitizerSupportLib</url>
</scm>
<dependencies>
......@@ -58,16 +59,10 @@
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-cvs-plugin</artifactId>
<configuration>
<enable>false</enable>
</configuration>
</plugin>
<plugin>
<groupId>org.freehep</groupId>
<artifactId>freehep-nar-plugin</artifactId>
<configuration>
<os>Windows</os>
<cpp>
<sourceDirectory>src</sourceDirectory>
<includePaths>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment