Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
secoo-log
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
secoo-log
Commits
efd790f1
Commit
efd790f1
authored
Jul 02, 2019
by
haozi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用代码
parent
3577793d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
157 deletions
+3
-157
pom.xml
pom.xml
+1
-1
pom.xml
secoo-log-starter/pom.xml
+1
-78
pom.xml
secoo-log/pom.xml
+1
-78
No files found.
pom.xml
View file @
efd790f1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
0.0.1-DEV-SNAPSHOT
</version>
<version>
1.0.0.RELEASE
</version>
<modules>
<modules>
<module>
secoo-log-starter
</module>
<module>
secoo-log-starter
</module>
<module>
secoo-log
</module>
<module>
secoo-log
</module>
...
...
secoo-log-starter/pom.xml
View file @
efd790f1
...
@@ -5,12 +5,11 @@
...
@@ -5,12 +5,11 @@
<parent>
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<version>
0.0.1-DEV-SNAPSHOT
</version>
<version>
1.0.0.RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
secoo-log-starter
</artifactId>
<artifactId>
secoo-log-starter
</artifactId>
<version>
0.0.1${ver_type}
</version>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
<properties>
<properties>
...
@@ -49,79 +48,4 @@
...
@@ -49,79 +48,4 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
<profiles>
<profile>
<id>
dev
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<ver_type>
-DEV-SNAPSHOT
</ver_type>
</properties>
<distributionManagement>
<repository>
<id>
secoo-dev
</id>
<name>
secoo-dev-repository
</name>
<url>
http://nexus.secoo.com:8081/nexus/content/repositories/secoo-hosted-dev/
</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>
test
</id>
<properties>
<ver_type>
-SNAPSHOT
</ver_type>
</properties>
<distributionManagement>
<repository>
<id>
secoo-test
</id>
<name>
secoo-test-repository
</name>
<url>
http://nexus.secoo.com:8081/nexus/content/repositories/secoo-hosted-test/
</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>
pro
</id>
<properties>
<ver_type>
.RELEASE
</ver_type>
</properties>
<distributionManagement>
<repository>
<id>
secoo-pro
</id>
<name>
secoo-pro-repository
</name>
<url>
http://nexus.secoo.com:8081/nexus/content/repositories/secoo-hosted-pro/
</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
3.0.1
</version>
<configuration>
<attach>
true
</attach>
</configuration>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
\ No newline at end of file
secoo-log/pom.xml
View file @
efd790f1
...
@@ -5,12 +5,11 @@
...
@@ -5,12 +5,11 @@
<parent>
<parent>
<artifactId>
secoo-log-parent
</artifactId>
<artifactId>
secoo-log-parent
</artifactId>
<groupId>
com.secoo.mall
</groupId>
<groupId>
com.secoo.mall
</groupId>
<version>
0.0.1-DEV-SNAPSHOT
</version>
<version>
1.0.0.RELEASE
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
secoo-log
</artifactId>
<artifactId>
secoo-log
</artifactId>
<version>
0.0.1${ver_type}
</version>
<name>
${project.artifactId}
</name>
<name>
${project.artifactId}
</name>
<dependencies>
<dependencies>
...
@@ -38,79 +37,4 @@
...
@@ -38,79 +37,4 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
<profiles>
<profile>
<id>
dev
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<ver_type>
-DEV-SNAPSHOT
</ver_type>
</properties>
<distributionManagement>
<repository>
<id>
secoo-dev
</id>
<name>
secoo-dev-repository
</name>
<url>
http://nexus.secoo.com:8081/nexus/content/repositories/secoo-hosted-dev/
</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>
test
</id>
<properties>
<ver_type>
-SNAPSHOT
</ver_type>
</properties>
<distributionManagement>
<repository>
<id>
secoo-test
</id>
<name>
secoo-test-repository
</name>
<url>
http://nexus.secoo.com:8081/nexus/content/repositories/secoo-hosted-test/
</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>
pro
</id>
<properties>
<ver_type>
.RELEASE
</ver_type>
</properties>
<distributionManagement>
<repository>
<id>
secoo-pro
</id>
<name>
secoo-pro-repository
</name>
<url>
http://nexus.secoo.com:8081/nexus/content/repositories/secoo-hosted-pro/
</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
3.0.1
</version>
<configuration>
<attach>
true
</attach>
</configuration>
<executions>
<execution>
<phase>
compile
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment