File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 7676 <!-- BUILD -->
7777
7878 <build >
79- <defaultGoal >clean package install</defaultGoal >
79+ <defaultGoal >clean package install deploy </defaultGoal >
8080 <finalName >ServerTutorial</finalName >
8181
8282 <!-- BUILD PLUGINS -->
9090 <configuration >
9191 <source >1.7</source >
9292 <target >1.7</target >
93+ <optimize >true</optimize >
9394 </configuration >
9495 </plugin >
9596
131132 </execution>
132133 </executions>
133134 </plugin>-->
135+ <plugin >
136+ <groupId >org.apache.maven.plugins</groupId >
137+ <artifactId >maven-source-plugin</artifactId >
138+ <version >3.0.1</version >
139+ <executions >
140+ <execution >
141+ <phase >install</phase >
142+ <goals >
143+ <goal >jar</goal >
144+ </goals >
145+ </execution >
146+ </executions >
147+ </plugin >
134148 <plugin >
135149 <groupId >org.apache.maven.plugins</groupId >
136150 <artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments