Ready to tag
This commit is contained in:
100
pom.xml
Normal file
100
pom.xml
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
<!--
|
||||||
|
$HeadURL: https://svnpub.codac.iter.org/codac/iter/codac/dev/units/m-codac-unit-api/branches/codac-core-6.3/src/main/resources/pom-unit.xml $
|
||||||
|
$Id: pom-unit.xml 116150 2021-01-04 09:45:04Z kimh19 $
|
||||||
|
|
||||||
|
Project : CODAC Core System
|
||||||
|
|
||||||
|
Description : Project description file for a CODAC Core System subsystem
|
||||||
|
|
||||||
|
Authors : This file was generated by CODAC development toolkit
|
||||||
|
|
||||||
|
Copyright (c) : 2010-2021 ITER Organization,
|
||||||
|
CS 90 046
|
||||||
|
13067 St. Paul-lez-Durance Cedex
|
||||||
|
France
|
||||||
|
|
||||||
|
This file is part of ITER CODAC software.
|
||||||
|
For the terms and conditions of redistribution or use of this software
|
||||||
|
refer to the file ITER-LICENSE.TXT located in the top level directory
|
||||||
|
of the distribution package.
|
||||||
|
-->
|
||||||
|
<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>
|
||||||
|
<groupId>org.iter.codac.units</groupId>
|
||||||
|
<artifactId>EC-GN-JA-PCF</artifactId>
|
||||||
|
<packaging>codac</packaging>
|
||||||
|
<version>1.0.0</version>
|
||||||
|
<name>CODAC Core System EC-GN-JA-PCF subsystem</name>
|
||||||
|
<description>CODAC Core System EC-GN-JA-PCF subsystem</description>
|
||||||
|
<url>https://git.iter.org/scm/ec/ec-gn-ja-pcf.git@%(git rev-parse HEAD)</url>
|
||||||
|
|
||||||
|
<!-- project properties -->
|
||||||
|
<properties>
|
||||||
|
<unit.type>subsystem</unit.type>
|
||||||
|
<project.type>iandc</project.type>
|
||||||
|
<rpm.release.num>1</rpm.release.num>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- unit owner and developers -->
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<id>ferrog</id>
|
||||||
|
<name>Giuseppe Ferro</name>
|
||||||
|
<organization>ITER Organisation</organization>
|
||||||
|
<email>giuseppe.ferro@iter.org</email>
|
||||||
|
<roles>
|
||||||
|
<role>unit owner</role>
|
||||||
|
<role>developer</role>
|
||||||
|
</roles>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<!-- configuration of how the project is built -->
|
||||||
|
<build>
|
||||||
|
<!-- default phase is compile -->
|
||||||
|
<defaultGoal>compile</defaultGoal>
|
||||||
|
<!-- this command is executed if you just write 'mvn' -->
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-iter-plugin</artifactId>
|
||||||
|
<extensions>true</extensions>
|
||||||
|
<configuration>
|
||||||
|
<packaging>
|
||||||
|
</packaging>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>Generate soures</id>
|
||||||
|
<phase>generate-sources</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>exec</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<executable>generate.sh</executable>
|
||||||
|
<!--<workingDirectory>${project.build.directory}</workingDirectory>--> <!-- I.e. ./target -->
|
||||||
|
<workingDirectory>.</workingDirectory>
|
||||||
|
<arguments>
|
||||||
|
<!--
|
||||||
|
1. SVN Update
|
||||||
|
2. Update PLC project from SVN
|
||||||
|
3. SDD(-cool) generation
|
||||||
|
4. Post-Patches
|
||||||
|
5. ZIP generation
|
||||||
|
6. SVN commit
|
||||||
|
7. Project compilation
|
||||||
|
-->
|
||||||
|
<argument>1111111</argument>
|
||||||
|
</arguments>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</project>
|
||||||
Reference in New Issue
Block a user