File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 117
117
<groupId >org.apache.maven.plugins</groupId >
118
118
<artifactId >maven-shade-plugin</artifactId >
119
119
<version >${maven-shade-plugin.version} </version >
120
- <configuration >
121
- <minimizeJar >true</minimizeJar >
122
- </configuration >
123
120
124
121
<executions >
125
122
<execution >
128
125
<goal >shade</goal >
129
126
</goals >
130
127
<configuration >
131
-
132
128
<artifactSet >
133
129
<excludes >
134
130
<exclude >junit-jupiter-api</exclude >
135
131
<exclude >junit-jupiter-engine</exclude >
136
132
<exclude >C:\ZZ-Data-Science\javafx-convolution-network\target\test-classes</exclude >
137
133
</excludes >
138
134
</artifactSet >
139
- <transformers >
140
- <transformer
141
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
142
- <mainClass >datasci.frontend.ctrl.FxConvoMain</mainClass >
143
- </transformer >
144
- </transformers >
145
-
146
135
</configuration >
147
136
</execution >
148
137
</executions >
You can’t perform that action at this time.
0 commit comments