We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b402d7 commit 17689a3Copy full SHA for 17689a3
pom.xml
@@ -124,6 +124,21 @@ org.codehaus.stax2
124
<plugin>
125
<groupId>org.moditect</groupId>
126
<artifactId>moditect-maven-plugin</artifactId>
127
+ <executions>
128
+ <execution>
129
+ <id>add-module-infos</id>
130
+ <phase>package</phase>
131
+ <goals>
132
+ <goal>add-module-info</goal>
133
+ </goals>
134
+ <configuration>
135
+ <overwriteExistingFiles>true</overwriteExistingFiles>
136
+ <module>
137
+ <moduleInfoFile>src/moditect/module-info.java</moduleInfoFile>
138
+ </module>
139
+ </configuration>
140
+ </execution>
141
+ </executions>
142
</plugin>
143
</plugins>
144
</build>
0 commit comments