Skip to content

Commit 1d9fc9f

Browse files
committed
Not used anymore
1 parent 0ebebd8 commit 1d9fc9f

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

pom.xml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -109,49 +109,6 @@
109109
</execution>
110110
</executions>
111111
</plugin>
112-
<plugin>
113-
<groupId>com.googlecode.maven-download-plugin</groupId>
114-
<artifactId>download-maven-plugin</artifactId>
115-
<version>1.13.0</version>
116-
<executions>
117-
<execution>
118-
<id>download libclarabel_c.so</id>
119-
<phase>generate-resources</phase>
120-
<goals>
121-
<goal>wget</goal>
122-
</goals>
123-
<configuration>
124-
<url>${natives.download.url}/v${natives.lib.version}/libclarabel_c.so</url>
125-
<outputDirectory>${project.basedir}/${natives.dir}/linux_64</outputDirectory>
126-
<sha256>08c7493d55cd5230fc361f192696fda158142fd9c1b1122e6386a55629155cfc</sha256>
127-
</configuration>
128-
</execution>
129-
<execution>
130-
<id>download clarabel_c.dll</id>
131-
<phase>generate-resources</phase>
132-
<goals>
133-
<goal>wget</goal>
134-
</goals>
135-
<configuration>
136-
<url>${natives.download.url}/v${natives.lib.version}/clarabel_c.dll</url>
137-
<outputDirectory>${project.basedir}/${natives.dir}/windows_64</outputDirectory>
138-
<sha256>0457eda42532ae2d12532f7b6471a1d9f0f41bcb2f09a523882e79f45c1286a4</sha256>
139-
</configuration>
140-
</execution>
141-
<execution>
142-
<id>download libclarabel_c.dylib</id>
143-
<phase>generate-resources</phase>
144-
<goals>
145-
<goal>wget</goal>
146-
</goals>
147-
<configuration>
148-
<url>${natives.download.url}/v${natives.lib.version}/libclarabel_c.dylib</url>
149-
<outputDirectory>${project.basedir}/${natives.dir}/osx_arm64</outputDirectory>
150-
<sha256>c6af2579cbed601c0e6bfe26feb48fff28da54ffd1541c7682f5598c94e153fa</sha256>
151-
</configuration>
152-
</execution>
153-
</executions>
154-
</plugin>
155112
<plugin>
156113
<groupId>org.apache.maven.plugins</groupId>
157114
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)