it-tidalwave-bluebill-mobile-taxonomy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-bluebill-mobile-taxonomy</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-mobile-taxonomy</artifactId>
<version>1.0.18</version>
<name>blueBill Mobile - Taxonomy</name>
<dependencies>
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-bluebill-mobile-commons</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.netbeans</groupId>
<artifactId>it-tidalwave-netbeans-capabilitiesprovider</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-mobile-utilities</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-bluebill-taxonomy-mobile</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-observation</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-observation-simple</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>it-tidalwave-util-logging</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>it.tidalwave.netbeans</groupId>
<artifactId>it-tidalwave-netbeans-util-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.bluebill</groupId>
<artifactId>it-tidalwave-mobile-utilities</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>it-tidalwave-util</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</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>${project.basedir}/target/android/assets</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</plugin>
</plugins>
</build>
</project>