Skip to content

Commit

Permalink
Update ant plugin version to 3.0.0 Fixes #574
Browse files Browse the repository at this point in the history
But as with version 1.7 no cadastrapp war is added in deb package, only /etc/georchestra conf
  • Loading branch information
pierrejego committed Nov 19, 2021
1 parent 9223d38 commit 25be1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadastrapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<version>3.0.0</version>
<executions>
<execution>
<id>set-project-packageversion</id>
Expand Down

1 comment on commit 25be1da

@landryb
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont understand the commit msg, cadastrapp debian package does contain cadastrapp war here ?

$dpkg --contents /tmp/georchestra-cadastrapp_99.master.202111191515~f630739-1_all.deb |grep war
-rw-r--r-- root/root  99030100 2021-11-19 16:18 ./usr/share/lib/georchestra-cadastrapp/cadastrapp-generic.war

Please sign in to comment.