forked from hugegraph/hugegraph-sync
chore: add .gitattributes file to unify line separator & clean pom
Change-Id: I303c98351c2dafda4fbb279dd8dc1056164b8f70
This commit is contained in:
parent
34d7516618
commit
7175358fa6
|
|
@ -0,0 +1 @@
|
|||
* text=auto eol=lf
|
||||
|
|
@ -21,6 +21,7 @@ export JAVA_HOME=$ORACLEJDK_11_0_7_HOME
|
|||
export MAVEN_HOME=$MAVEN_3_5_3_HOME
|
||||
|
||||
readonly VER=3.6.3
|
||||
# TODO: remove thie repo
|
||||
readonly REPO_URL=http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots
|
||||
|
||||
$MAVEN_3_5_3_BIN/mvn clean install -Dmaven.test.skip=true -DaltDeploymentRepository=Baidu_Local_Snapshots::default::${REPO_URL}
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ curl -i -X PUT -u "$artifactoryUser:$artifactoryPassword" \
|
|||
|
||||
|
||||
#------------------repo-client-----------------------
|
||||
# TODO: remove thie repo
|
||||
readonly REPO_SNAPSHOT_PATH=http://10.14.139.8:8082/artifactory/star
|
||||
readonly REPO_FILE_PATH=http://10.14.139.8:8082/artifactory/star-file
|
||||
readonly REPO_BAIDU_LOCAL_PATH=http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local
|
||||
|
|
|
|||
|
|
@ -76,15 +76,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Baidu_Local_Snapshots</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
|
@ -98,14 +98,5 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Baidu_Local_Snapshots</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
|
@ -29,15 +29,4 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>hg-store-common</artifactId>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Baidu_Local_Snapshots</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
@ -133,17 +133,6 @@
|
|||
<artifactId>safesdk-java</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- module end -->
|
||||
</dependencies>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Baidu_Local_Snapshots</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
|
|
@ -139,17 +139,7 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
</build>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Baidu_Local_Snapshots</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
@ -154,14 +154,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>Baidu_Local_Snapshots</id>
|
||||
<url>http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local_Snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
# under the License.
|
||||
#
|
||||
|
||||
#ver 0.1.0 liyan75 on 2021/12/17
|
||||
# TODO: remove thie repo
|
||||
readonly REPO_SNAPSHOT_PATH=http://10.14.139.8:8082/artifactory/star
|
||||
readonly REPO_FILE_PATH=http://10.14.139.8:8082/artifactory/star-file
|
||||
readonly REPO_BAIDU_LOCAL_PATH=http://maven.baidu-int.com/nexus/content/repositories/Baidu_Local
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -101,6 +101,7 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<!-- TODO: remove thie repo -->
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>Baidu_Local</id>
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
<!-- </server>-->
|
||||
<!-- </servers>-->
|
||||
<profiles>
|
||||
<!-- TODO: remove thie repo / profile -->
|
||||
<profile>
|
||||
<id>baidu</id>
|
||||
<repositories>
|
||||
|
|
|
|||
Loading…
Reference in New Issue