Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit cd53d27

Browse files
ExplvExplv
authored andcommitted
Fixing pom.xml
1 parent f8505d4 commit cd53d27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<groupId>org.osbot</groupId>
2424
<artifactId>osbot</artifactId>
2525
<version>0</version>
26-
<scope>provided</scope>
2726
</dependency>
2827
</dependencies>
2928
<build>
@@ -42,7 +41,7 @@
4241
<configuration>
4342
<url>https://osbot.org/mvc/get</url>
4443
<unpack>false</unpack>
45-
<outputDirectory>${build.directory}/osbot/</outputDirectory>
44+
<outputDirectory>${project.build.directory}/osbot/</outputDirectory>
4645
<outputFileName>osbot.jar</outputFileName>
4746
<overwrite>true</overwrite>
4847
<skipCache>true</skipCache>
@@ -61,7 +60,7 @@
6160
<goal>install-file</goal>
6261
</goals>
6362
<configuration>
64-
<file>${build.directory}/osbot/osbot.jar</file>
63+
<file>${project.build.directory}/osbot/osbot.jar</file>
6564
<groupId>org.osbot</groupId>
6665
<artifactId>osbot</artifactId>
6766
<version>0</version>

0 commit comments

Comments
 (0)