Caratacus пре 8 година
родитељ
комит
d58a973932
1 измењених фајлова са 20 додато и 0 уклоњено
  1. 20 0
      mybatis-plus/pom.xml

+ 20 - 0
mybatis-plus/pom.xml

@@ -128,6 +128,26 @@
 		<!-- test end -->
 	</dependencies>
 
+	<!-- 发版时注释START -->
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<version>2.2.1</version>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<goals>
+							<goal>jar-no-fork</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<!-- 发版时注释END -->
+
 	<profiles>
 		<profile>
 			<id>release</id>