Skip to content

Instantly share code, notes, and snippets.

View AnthonyClink's full-sized avatar

Anthony J Clink AnthonyClink

  • Clinkworks
  • Beaverton, Oregon
View GitHub Profile
@AnthonyClink
AnthonyClink / DataMojo.java
Created April 25, 2014 01:48
My hello maven using a custom library.
package com.clinkworks.neptical.maven;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.plugins.annotations.Mojo;
import com.clinkworks.neptical.Data;
import com.clinkworks.neptical.DataRegistry;
(function( ng, app ) {
"use strict";
// I provide a repository for the quests.
app.service(
"questService",
function( $q, $resource, $http, _, categoryService ) {
var QuestbookAPI = $resource( 'http://174.126.249.6\\:8080/worldcraft/quests' , {}, { query: {method: 'GET', isArray: true} });