We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4e2fb commit 4c3103dCopy full SHA for 4c3103d
extlib/authapi-2005-08-12.jar
425 KB
pom.xml
@@ -2551,6 +2551,21 @@
2551
<generatePom>true</generatePom>
2552
</configuration>
2553
</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>
2569
</executions>
2570
</plugin>
2571
</plugins>
0 commit comments