Files
allwpilib/maven-utilities
Fredric Silberberg 2606362509 Changed the CPU Architecture
Changed the cpu architecture to armv7-a to get rid of a warning
about conflicting flags

Change-Id: I42ef441b073199d562062f376334cecea1614060
2014-02-22 17:59:53 -05:00
..
2014-02-22 17:59:53 -05:00
2014-01-06 10:12:21 -05:00
2014-01-06 10:12:21 -05:00

Purpose

This project contains a number of utilities for using maven with wpilib. Currently it only contains a number of useful parents to inherit from.

List of possible parents

edu.wpi.first.wpilib.templates.athena:static-library
Create a static library (*.a) to run on the Athena platform.
edu.wpi.first.wpilib.templates.athena:shared-library
Create a shared library (*.so) to run on the Athena platform.
edu.wpi.first.wpilib.templates.azalea:static-library
Create a static library (*.a) to run on the Azalea platform.
edu.wpi.first.wpilib.templates:include
Create a set of headers that can be included with the native-maven-plugin.