Skip to content

Instantly share code, notes, and snippets.

@lategoodbye
Created September 2, 2017 13:11
Show Gist options
  • Save lategoodbye/6feaa21dc5e992b26af2d0243994cef2 to your computer and use it in GitHub Desktop.
Save lategoodbye/6feaa21dc5e992b26af2d0243994cef2 to your computer and use it in GitHub Desktop.
Fix for RiseV2G POM descriptor
diff --git a/RISE-V2G-EVCC/pom.xml b/RISE-V2G-EVCC/pom.xml
index 7a6b39d..41da1c7 100644
--- a/RISE-V2G-EVCC/pom.xml
+++ b/RISE-V2G-EVCC/pom.xml
@@ -61,7 +61,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
- <descriptor>${project.baseUri}src/assembly/bin.xml</descriptor>
+ <descriptor>src/assembly/bin.xml</descriptor>
</configuration>
<executions>
<execution>
@@ -75,4 +75,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
diff --git a/RISE-V2G-SECC/pom.xml b/RISE-V2G-SECC/pom.xml
index 8842b90..3dec1a6 100644
--- a/RISE-V2G-SECC/pom.xml
+++ b/RISE-V2G-SECC/pom.xml
@@ -50,7 +50,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
- <descriptor>${project.baseUri}src/assembly/bin.xml</descriptor>
+ <descriptor>src/assembly/bin.xml</descriptor>
</configuration>
<executions>
<execution>
@@ -64,4 +64,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment