From 04f658efbde3ef262b2b84ace5b55d082329ccd0 Mon Sep 17 00:00:00 2001 From: Alex Henning Date: Sat, 18 Oct 2014 22:33:09 -0400 Subject: Added support for pulling NetworkTables and pushing to the Maven repository. --- .gitignore | 5 ++++ smartdashboard/build.xml | 12 ++++++-- smartdashboard/pom.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 smartdashboard/pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae7de65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +smartdashboard/lib/NetworkTables* +dist/ +build/ +target/ \ No newline at end of file diff --git a/smartdashboard/build.xml b/smartdashboard/build.xml index 6585753..c681afc 100644 --- a/smartdashboard/build.xml +++ b/smartdashboard/build.xml @@ -18,12 +18,16 @@ + + - + - + + + + diff --git a/smartdashboard/pom.xml b/smartdashboard/pom.xml new file mode 100644 index 0000000..c085ccd --- /dev/null +++ b/smartdashboard/pom.xml @@ -0,0 +1,74 @@ + + + 4.0.0 + edu.wpi.first.wpilib + SmartDashboard + 1.0.0-SNAPSHOT + pom + + + UTF-8 + UTF-8 + + + + + WPILib Maven Repository + http://first.wpi.edu/FRC/roborio/maven/ + + + + + + filesystem.repo + Temporary Staging Repository + file://${user.home}/releases/maven + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.9 + + + + edu.wpi.first.wpilib.networktables.java + NetworkTables + 0.1.0-SNAPSHOT + jar + true + lib + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + attach-artifacts + package + + attach-artifact + + + + + dist/tools/SmartDashboard.jar + jar + + + + + + + + + -- cgit v1.2.3-54-g00ecf