booz-allen-licenses
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.boozallen.aissemble</groupId> <artifactId>booz-allen-licenses</artifactId> <version>1.3.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.boozallen.aissemble</groupId> <artifactId>booz-allen-maven-licenses</artifactId> <version>1.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>booz-allen-licenses</artifactId> <name>aiSSEMBLE License::Booz Allen License Files</name> <description>Provides Booz Allen-specific License files for uses with the license-maven-plugin</description> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.6.0</version> <executions> <execution> <id>add-resource</id> <phase>generate-resources</phase> <goals> <goal>add-resource</goal> </goals> <configuration> <resources> <resource> <directory>src/license</directory> </resource> </resources> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>