Skip to content

Commit 4c3103d

Browse files
authored
add extlib/authapi.jar (#134)
1 parent fa4e2fb commit 4c3103d

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

extlib/authapi-2005-08-12.jar

425 KB
Binary file not shown.

pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,21 @@
25512551
<generatePom>true</generatePom>
25522552
</configuration>
25532553
</execution>
2554+
<execution>
2555+
<id>install-jar-authapi</id>
2556+
<goals>
2557+
<goal>install-file</goal>
2558+
</goals>
2559+
<phase>validate</phase>
2560+
<configuration>
2561+
<groupId>external</groupId>
2562+
<artifactId>authapi</artifactId>
2563+
<version>2005-08-12</version>
2564+
<packaging>jar</packaging>
2565+
<file>${basedir}/extlib/authapi-2005-08-12.jar</file>
2566+
<generatePom>true</generatePom>
2567+
</configuration>
2568+
</execution>
25542569
</executions>
25552570
</plugin>
25562571
</plugins>

0 commit comments

Comments
 (0)