Skip to content

Commit 7560ce5

Browse files
conker84mneedham
authored andcommitted
Fixes bug when neo4j-streams is used as submodule
1 parent 0dde09b commit 7560ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</goals>
4545
<configuration>
4646
<descriptors>
47-
<descriptor>assembly/assembly.xml</descriptor>
47+
<descriptor>../assembly/assembly.xml</descriptor>
4848
</descriptors>
4949
<appendAssemblyId>false</appendAssemblyId>
5050
<finalName>neo4j-streams-${project.version}</finalName>
@@ -56,4 +56,4 @@
5656
</plugin>
5757
</plugins>
5858
</build>
59-
</project>
59+
</project>

0 commit comments

Comments
 (0)