Mercurial > cgi-bin > hgweb.cgi > PassMan
comparison pom.xml @ 3:eafa3779aef8
More bug fixes, quote strings in diagnostics.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 11 Sep 2022 20:36:06 -0700 |
parents | a6cfdffcaa94 |
children | c69665ff37d0 |
comparison
equal
deleted
inserted
replaced
2:3c792ad36b3d | 3:eafa3779aef8 |
---|---|
79 <plugin> | 79 <plugin> |
80 <groupId>org.apache.maven.plugins</groupId> | 80 <groupId>org.apache.maven.plugins</groupId> |
81 <artifactId>maven-assembly-plugin</artifactId> | 81 <artifactId>maven-assembly-plugin</artifactId> |
82 <executions> | 82 <executions> |
83 <execution> | 83 <execution> |
84 <id>make-assembly</id> | |
84 <phase>package</phase> | 85 <phase>package</phase> |
85 <goals> | 86 <goals> |
86 <goal>single</goal> | 87 <goal>single</goal> |
87 </goals> | 88 </goals> |
88 <configuration> | |
89 <archive> | |
90 <manifest> | |
91 <mainClass> | |
92 name.blackcap.passman.MainKt | |
93 </mainClass> | |
94 </manifest> | |
95 </archive> | |
96 <descriptorRefs> | |
97 <descriptorRef>jar-with-dependencies</descriptorRef> | |
98 </descriptorRefs> | |
99 </configuration> | |
100 </execution> | 89 </execution> |
101 </executions> | 90 </executions> |
91 <configuration> | |
92 <archive> | |
93 <manifest> | |
94 <mainClass>name.blackcap.passman.MainKt</mainClass> | |
95 </manifest> | |
96 </archive> | |
97 <descriptorRefs> | |
98 <descriptorRef>jar-with-dependencies</descriptorRef> | |
99 </descriptorRefs> | |
100 </configuration> | |
102 </plugin> | 101 </plugin> |
103 </plugins> | 102 </plugins> |
104 </build> | 103 </build> |
105 | 104 |
106 <dependencies> | 105 <dependencies> |