Skip to content

Commit

Permalink
deploy reverted to deps-deploy library
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Oct 11, 2019
1 parent 2fe82d8 commit 809a5f6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,4 +2,4 @@
.idea/
target/
*.iml
!pom.xml
pom.xml
6 changes: 2 additions & 4 deletions Makefile
Expand Up @@ -11,7 +11,7 @@ help: ## Show help


clean: ## Clean
mvn clean
rm -f pom.xml && rm -rf target


build: clean ## Build jar
Expand All @@ -33,6 +33,4 @@ major: ## Increment major version


deploy: build ## Deploy to clojars
echo "<settings><servers><server><id>clojars</id><username>${CLOJARS_USERNAME}</username><password>${CLOJARS_PASSWORD}</password></server></servers></settings>" \
> ~/.m2/settings.xml
mvn deploy
clojure -A:deploy
6 changes: 5 additions & 1 deletion deps.edn
Expand Up @@ -16,4 +16,8 @@

:build {:extra-deps {cambada {:mvn/version "1.0.7"}}
:main-opts ["--main" "cambada.jar"
"--app-artifact-id" "ant.design"]}}}
"--app-artifact-id" "ant.design"]}

:deploy {:extra-deps {deps-deploy {:mvn/version "0.0.9"}}
:main-opts ["--main" "deps-deploy.deps-deploy"
"deploy" "target/ant.design.jar"]}}}
92 changes: 0 additions & 92 deletions pom.xml

This file was deleted.

0 comments on commit 809a5f6

Please sign in to comment.