it-tidalwave-bluebill-taxonomy-mobile
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>it.tidalwave.bluebill</groupId> <artifactId>it-tidalwave-bluebill-taxonomy-mobile</artifactId> <version>1.0.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>it.tidalwave.bluebill</groupId> <artifactId>bluebill-android-modules</artifactId> <version>1.0-ALPHA-4</version> <relativePath>../..</relativePath> </parent> <groupId>it.tidalwave.bluebill</groupId> <artifactId>it-tidalwave-bluebill-taxonomy-mobile</artifactId> <version>1.0.18</version> <name>blueBill Mobile - Taxonomy (Mobile)</name> <dependencies> <dependency> <groupId>it.tidalwave.bluebill</groupId> <artifactId>it-tidalwave-semantic-aux</artifactId> </dependency> <dependency> <groupId>it.tidalwave.bluebill</groupId> <artifactId>it-tidalwave-semantic-io</artifactId> </dependency> <dependency> <groupId>it.tidalwave.thesefoolishthings</groupId> <artifactId>it-tidalwave-util</artifactId> </dependency> <dependency> <groupId>it.tidalwave.bluebill</groupId> <artifactId>json</artifactId> </dependency> <dependency> <groupId>it.tidalwave.bluebill</groupId> <artifactId>it-tidalwave-mobile-utilities</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>unpack-taxonomy-files</id> <phase>generate-resources</phase> <goals> <goal>unpack</goal> </goals> </execution> </executions> <configuration> <artifactItems> <artifactItem> <groupId>it.tidalwave.bluebill</groupId> <artifactId>bluebill-mobile-resources</artifactId> <type>zip</type> <classifier>resources</classifier> <overWrite>true</overWrite> <outputDirectory>target</outputDirectory> </artifactItem> </artifactItems> </configuration> </plugin> </plugins> </build> </project>