Skip to content

Commit 2e07e8a

Browse files
Project name: update pom.xml and uberjar alias
Project was originally called praticalli/banking-on-clojure-webapp however the webapp part was removed from namespaces. Update pom.xml and deps.edn :uberjar alias to build an uberjar successfully.
1 parent a500d4d commit 2e07e8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737

3838
:uberjar
3939
{:extra-deps {seancorfield/depstar {:mvn/version "1.0.94"}}
40-
:main-opts ["-m" "hf.depstar.uberjar" "banking-on-clojure-webapp.jar"
41-
"-C" "-m" "practicalli.banking-on-clojure-webapp"]}}}
40+
:main-opts ["-m" "hf.depstar.uberjar" "banking-on-clojure.jar"
41+
"-C" "-m" "practicalli.banking-on-clojure"]}}}

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>practicalli</groupId>
5-
<artifactId>banking-on-clojure-webapp</artifactId>
5+
<artifactId>banking-on-clojure</artifactId>
66
<version>0.1.0-SNAPSHOT</version>
7-
<name>practicalli/banking-on-clojure-webapp</name>
7+
<name>practicalli/banking-on-clojure</name>
88
<description>FIXME: my new application.</description>
99
<url>https://github.com/practicalli/banking-on-clojure-webapp</url>
1010
<licenses>

0 commit comments

Comments
 (0)