Skip to content

Commit

Permalink
Reverted pom recreation on deploy to pom update on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Nov 3, 2020
1 parent 12a0ad2 commit c320cd9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ Before being able to start any pseudoace deployment, you'll need to do some (man
(or add a new section if there's no section yet for the current release)
* Represent all changes made for this release.
3. Update the `pom.xml` file:
* If the [`deps.edn`](./deps.edn) file has changed, Update the entire [`pom.xml`](./pom.xml) file:
* If the [`deps.edn`](./deps.edn) file has changed, update the [`pom.xml`](./pom.xml) dependencies:
```bash
rm pom.xml
clj -Spom
# Update pom.xml to
# * pseudoace release to be created in the <version> tag value
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
</resource>
</resources>
</build>
<repositories>
<repository>
Expand All @@ -80,4 +85,12 @@
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<!-- for clojars -->
<distributionManagement>
<repository>
<id>clojars</id>
<name>Clojars repository</name>
<url>https://clojars.org/repo</url>
</repository>
</distributionManagement>
</project>

0 comments on commit c320cd9

Please sign in to comment.