File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 4444 </properties >
4545
4646
47+ <pluginRepositories >
48+ <pluginRepository >
49+ <id >sonatype-releases</id >
50+ <url >http://oss.sonatype.org/content/repositories/releases</url >
51+ </pluginRepository >
52+ <pluginRepository >
53+ <id >clojars.org</id >
54+ <url >http://clojars.org/repo</url >
55+ </pluginRepository >
56+
57+ <!-- If you want to try SNAPSHOT versions, you need Sonatype's snapshots repo: -->
58+ <pluginRepository >
59+ <id >sonatype-snapshots</id >
60+ <url >http://oss.sonatype.org/content/repositories/snapshots</url >
61+ </pluginRepository >
62+ </pluginRepositories >
63+
4764 <profiles >
4865 <profile >
4966 <id >release-sign-artifacts</id >
Original file line number Diff line number Diff line change 33echo " Running $0 ..."
44TARGET_DIR=" $1 "
55
6+ git config --global alias.co checkout
7+ git config --global alias.br branch
8+ git config --global alias.ci commit
9+ git config --global alias.st status
10+
611# rm -rf $TARGET_DIR
712mkdir -p $TARGET_DIR
813cd $TARGET_DIR
You can’t perform that action at this time.
0 commit comments