Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
upliveapp committed Mar 16, 2019
1 parent 990f425 commit d7e9664
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### java switcher service

> Applicable to Operation and Maintenance Service Intervention Management Suite
<pre>
## create a table of storage switch information

Expand Down
9 changes: 1 addition & 8 deletions jswitcher-cli/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -20,12 +20,6 @@
</goals>
<configuration>
<transformers>
<transformer>
<resource>META-INF/spring.handlers</resource>
</transformer>
<transformer>
<resource>META-INF/spring.schemas</resource>
</transformer>
<transformer>
<mainClass>com.github.xincao9.jswitcher.cli.JswitcherCli</mainClass>
</transformer>
Expand All @@ -45,4 +39,3 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>

8 changes: 1 addition & 7 deletions jswitcher-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4.3</version>
<version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -51,12 +51,6 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/spring.handlers</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/spring.schemas</resource>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.github.xincao9.jswitcher.cli.JswitcherCli</mainClass>
</transformer>
Expand Down
1 change: 1 addition & 0 deletions jswitcher-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,26 @@
<artifactId>jswitcher</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<name>jswitcher</name>
<description>Applicable to Operation and Maintenance Service Intervention Management Suite</description>
<modules>
<module>jswitcher-api</module>
<module>jswitcher-service</module>
<module>jswitcher-cli</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<developers>
<developer>
<email>[email protected]</email>
<name>xin.cao</name>
<roles>
<role>onwer</role>
</roles>
<url>https://github.com/xincao9</url>
</developer>
</developers>
</project>

0 comments on commit d7e9664

Please sign in to comment.