Skip to content

Commit f9345a4

Browse files
committed
removed version-tag from build
1 parent d9a1845 commit f9345a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

authorizer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
</plugin>
143143
</plugins>
144144
</pluginManagement>
145+
<finalName>${project.artifactId}</finalName>
145146
</build>
146147

147148
<reporting>

test-env/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ services:
3838
volumes:
3939
- ./certs/localhost/:/opt/certs/
4040
- ./authorizers-opa.xml:/opt/opa/authorizers-opa.xml
41-
- ../authorizer/target/opa-authorizer-0.0.1.nar:/opt/nifi/nifi-current/extensions/opa-authorizer-0.0.1.nar
41+
- ../authorizer/target/opa-authorizer.nar:/opt/nifi/nifi-current/extensions/opa-authorizer.nar
4242
environment:
4343
AUTH: ldap
4444
KEYSTORE_PATH: /opt/certs/keystore.jks

0 commit comments

Comments
 (0)