Commit d9124c4 1 parent c7d3cab commit d9124c4 Copy full SHA for d9124c4
File tree 3 files changed +78
-0
lines changed
3 files changed +78
-0
lines changed Original file line number Diff line number Diff line change 19
19
* .tar.gz
20
20
* .rar
21
21
22
+ # VS Code
23
+ .vscode /
24
+
25
+ # Maven
26
+ ** /target /
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <modelVersion >4.0.0</modelVersion >
5
+
6
+ <parent >
7
+ <groupId >org.lfenergy.sogno</groupId >
8
+ <artifactId >cim4j-parent</artifactId >
9
+ <version >0.1.0</version >
10
+ <relativePath >../pom.xml</relativePath >
11
+ </parent >
12
+
13
+ <artifactId >cim4j-cgmes-2-4-15</artifactId >
14
+
15
+ <name >Java classes for CIM / CGMES 2.4.15</name >
16
+ <url >https://github.com/sogno-platform/cim4j</url >
17
+
18
+ <licenses >
19
+ <license >
20
+ <name >Apache-2.0</name >
21
+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
22
+ </license >
23
+ </licenses >
24
+
25
+ <properties >
26
+ <maven .compiler.release>17</maven .compiler.release>
27
+ <maven .compiler.source>17</maven .compiler.source>
28
+ <maven .compiler.target>17</maven .compiler.target>
29
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
+ </properties >
31
+
32
+ <build >
33
+ <plugins >
34
+ <plugin >
35
+ <groupId >org.apache.maven.plugins</groupId >
36
+ <artifactId >maven-jar-plugin</artifactId >
37
+ <version >3.4.2</version >
38
+ <configuration >
39
+ <archive >
40
+ <manifest >
41
+ <mainClass >Cim4j</mainClass >
42
+ </manifest >
43
+ </archive >
44
+ </configuration >
45
+ </plugin >
46
+ </plugins >
47
+ </build >
48
+ </project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <modelVersion >4.0.0</modelVersion >
5
+
6
+ <groupId >org.lfenergy.sogno</groupId >
7
+ <artifactId >cim4j-parent</artifactId >
8
+ <version >0.1.0</version >
9
+ <packaging >pom</packaging >
10
+
11
+ <name >Java classes for CIM / CGMES</name >
12
+ <url >https://github.com/sogno-platform/cim4j</url >
13
+
14
+ <modules >
15
+ <module >CGMES_2.4.15_27JAN2020</module >
16
+ </modules >
17
+
18
+ <distributionManagement >
19
+ <repository >
20
+ <id >github</id >
21
+ <name >GitHub sogno-platform Apache Maven Packages</name >
22
+ <url >https://maven.pkg.github.com/sogno-platform/cim4j/</url >
23
+ </repository >
24
+ </distributionManagement >
25
+ </project >
You can’t perform that action at this time.
0 commit comments