We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434c590 commit 4bfa6f3Copy full SHA for 4bfa6f3
plc4py/pom.xml
@@ -157,7 +157,7 @@
157
<executable>python</executable>
158
<workingDirectory>${project.build.directory}/python</workingDirectory>
159
<arguments>
160
- <argument>../../setup.py</argument>
+ <argument>${project.basedir}/setup.py</argument>
161
<argument>build</argument>
162
<argument>--build-base=${project.build.directory}/python</argument>
163
</arguments>
@@ -173,7 +173,7 @@
173
174
175
176
177
<argument>sdist</argument>
178
<argument>--dist-dir=${project.build.directory}/python</argument>
179
0 commit comments