File tree Expand file tree Collapse file tree 2 files changed +25
-35
lines changed Expand file tree Collapse file tree 2 files changed +25
-35
lines changed Original file line number Diff line number Diff line change 84
84
<plugin >
85
85
<artifactId >maven-compiler-plugin</artifactId >
86
86
<version >3.7.0</version >
87
- <executions >
88
- <execution >
89
- <id >default-compile</id >
90
- <configuration >
91
- <release >9</release >
92
- <includes >
93
- <include >module-info.java</include >
94
- </includes >
95
- </configuration >
96
- </execution >
97
- <execution >
98
- <id >base-compile</id >
99
- <goals >
100
- <goal >compile</goal >
101
- </goals >
102
- <configuration >
103
- <excludes >
104
- <exclude >module-info.java</exclude >
105
- </excludes >
106
- </configuration >
107
- </execution >
108
- </executions >
109
87
<configuration >
110
- <source >9 </source >
88
+ <source >1.7 </source >
111
89
<target >1.7</target >
112
90
<release >7</release >
113
91
<encoding >UTF-8</encoding >
139
117
<keepDependenciesWithProvidedScope >false</keepDependenciesWithProvidedScope >
140
118
<createDependencyReducedPom >false</createDependencyReducedPom >
141
119
<createSourcesJar >false</createSourcesJar >
142
- <transformers >
143
- <!-- re-add module-info.class -->
144
- <transformer implementation =" org.apache.maven.plugins.shade.resource.IncludeResourceTransformer" >
145
- <resource >module-info.class</resource >
146
- <file >${project.build.outputDirectory} /module-info.class</file >
147
- </transformer >
148
- </transformers >
149
120
<artifactSet >
150
121
<includes >
151
122
<include >org.bouncycastle:bcprov-jdk15on</include >
171
142
</execution >
172
143
</executions >
173
144
</plugin >
145
+ <plugin >
146
+ <groupId >org.moditect</groupId >
147
+ <artifactId >moditect-maven-plugin</artifactId >
148
+ <version >1.0.0.Alpha2</version >
149
+ <executions >
150
+ <execution >
151
+ <id >add-module-infos</id >
152
+ <phase >package</phase >
153
+ <goals >
154
+ <goal >add-module-info</goal >
155
+ </goals >
156
+ <configuration >
157
+ <module >
158
+ <moduleInfo >
159
+ <name >org.cryptomator.siv</name >
160
+ <exports >
161
+ org.cryptomator.siv;
162
+ </exports >
163
+ </moduleInfo >
164
+ </module >
165
+ </configuration >
166
+ </execution >
167
+ </executions >
168
+ </plugin >
174
169
<plugin >
175
170
<groupId >org.sonatype.plugins</groupId >
176
171
<artifactId >nexus-staging-maven-plugin</artifactId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments