File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed
Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 55 <groupId >com.mimecast</groupId >
66 <artifactId >mta-sts</artifactId >
77 <name >mta-sts</name >
8- <version >1.2-SNAPSHOT </version >
8+ <version >1.2</version >
99 <packaging >jar</packaging >
1010 <description >MTA Strict Transport Security.</description >
1111
136136 </archive >
137137 </configuration >
138138 </plugin >
139-
140- <!-- Include dependencies in package -->
141- <plugin >
142- <!-- run with: mvn clean compile assembly:single -->
143- <artifactId >maven-assembly-plugin</artifactId >
144- <version >3.1.1</version >
145- <configuration >
146- <descriptorRefs >
147- <descriptorRef >jar-with-dependencies</descriptorRef >
148- </descriptorRefs >
149- <archive >
150- <manifest >
151- <mainClass >com.mimecast.mtasts.Main</mainClass >
152- <addClasspath >true</addClasspath >
153- </manifest >
154- <manifestEntries >
155- <project >${project.name} </project >
156- <version >${project.version} </version >
157- <hudson-build-number >${BUILD_NUMBER} </hudson-build-number >
158- <hudson-built-date >${BUILD_ID} </hudson-built-date >
159- </manifestEntries >
160- </archive >
161- </configuration >
162- <executions >
163- <execution >
164- <id >make-assembly</id >
165- <goals >
166- <goal >single</goal >
167- </goals >
168- <phase >package</phase >
169- </execution >
170- </executions >
171- </plugin >
172139 </plugins >
173140 </build >
174141
You can’t perform that action at this time.
0 commit comments