Skip to content

Commit

Permalink
CMR-4891: Added missing aliases used in CMR build.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Apr 25, 2018
1 parent 0e708ae commit 8577528
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
5 changes: 2 additions & 3 deletions site-templates/.gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/target
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
.hgignore
.hg/
/*.xml
/test2junit
11 changes: 10 additions & 1 deletion site-templates/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,13 @@
:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [
[org.clojure/clojure "1.8.0"]])
[org.clojure/clojure "1.8.0"]]
:profiles {
:test {
:plugins [
[lein-shell "0.5.0"]
[test2junit "1.4.0"]]}}
:aliases {
;; The following aliases are needed for the CMR build process.
"generate-static" ["with-profile" "+test" "shell" "echo" "NO OP"]
"test-out" ["with-profile" "+test" "test2junit"]})

0 comments on commit 8577528

Please sign in to comment.