File tree Expand file tree Collapse file tree 3 files changed +11
-19
lines changed
src/com/powsybl/mathnative Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >com.powsybl</groupId >
15
15
<artifactId >powsybl-parent</artifactId >
16
- <version >3 </version >
16
+ <version >14 </version >
17
17
<relativePath />
18
18
</parent >
19
19
46
46
</developer >
47
47
</developers >
48
48
49
- <properties >
50
- <maven .build-helper.version>3.1.0</maven .build-helper.version>
51
-
52
- <groovy .version>2.5.8</groovy .version>
53
- <groovydoc .classifier>javadoc</groovydoc .classifier>
54
- </properties >
55
-
56
49
<build >
57
50
<plugins >
58
51
<plugin >
64
57
<Automatic-Module-Name >com.powsybl.mathnative</Automatic-Module-Name >
65
58
</manifestEntries >
66
59
</archive >
60
+ <excludes >
61
+ <exclude >com/powsybl/mathnative/MathNativeJavadocPlaceholder.class</exclude >
62
+ </excludes >
67
63
</configuration >
68
64
</plugin >
69
- <plugin >
70
- <groupId >org.codehaus.gmavenplus</groupId >
71
- <artifactId >gmavenplus-plugin</artifactId >
72
- </plugin >
73
- <plugin >
74
- <groupId >org.codehaus.mojo</groupId >
75
- <artifactId >build-helper-maven-plugin</artifactId >
76
- <version >${maven.build-helper.version} </version >
77
- </plugin >
78
65
</plugins >
79
66
</build >
80
67
89
76
<plugin >
90
77
<groupId >org.codehaus.mojo</groupId >
91
78
<artifactId >build-helper-maven-plugin</artifactId >
92
- <version >${maven.build-helper.version} </version >
93
79
<executions >
94
80
<execution >
95
- <id >add-source</id >
81
+ <id >add-cpp- source</id >
96
82
<phase >generate-sources</phase >
97
83
<goals >
98
84
<goal >add-source</goal >
Original file line number Diff line number Diff line change
1
+ package com .powsybl .mathnative ;
2
+
3
+ /** Placeholder needed by the javadoc tool to generate the javadoc site */
4
+ public class MathNativeJavadocPlaceholder { private MathNativeJavadocPlaceholder () { } }
Original file line number Diff line number Diff line change
1
+ /** Native library binaries for powsybl math operations */
2
+ package com .powsybl .mathnative ;
You can’t perform that action at this time.
0 commit comments