|
@@ -5,7 +5,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.ssssssss</groupId>
|
|
|
<artifactId>magic-api</artifactId>
|
|
|
- <version>1.1.2</version>
|
|
|
+ <version>1.1.3</version>
|
|
|
<packaging>jar</packaging>
|
|
|
<name>magic-api</name>
|
|
|
<description>auto generate http api</description>
|
|
@@ -114,6 +114,20 @@
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-jar-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <archive>
|
|
|
+ <manifest>
|
|
|
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
+ </manifest>
|
|
|
+ </archive>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
<profiles>
|
|
|
<profile>
|
|
|
<id>release</id>
|
|
@@ -141,6 +155,16 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <artifactId>maven-jar-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <archive>
|
|
|
+ <manifest>
|
|
|
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
+ </manifest>
|
|
|
+ </archive>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
<!-- Java Doc -->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|