CogComp / lbjava

Learning Based Java (LBJava)
http://cogcomp.cs.illinois.edu/page/software_view/LBJava
Other
13 stars 17 forks source link

Add PluginRepository to the lbjava-examples pom #33

Closed bhargav closed 8 years ago

bhargav commented 8 years ago

The lbjava-maven-plugin is not fetched when it is not available in local cache (first run).

christos-c commented 8 years ago

@bhargav does this mean that we don't need to run these steps:

mvn -pl lbjava package -Djar.finalName=lbjavaCore
cd lbjava-examples; sh compileLBJ.sh; cd ..

before compiling/testing? Or is it that you just want to use what was previously installed in the repository? Because if it's the latter then that's dangerous.

christos-c commented 8 years ago

@bhargav is this still an issue for you? If so, do you mind looking into #18?

danyaljj commented 8 years ago

@bhargav ?

bhargav commented 8 years ago

I can take up #18 This PR is not valid anymore. We should not be using the maven version of the plugin and instead try to use the compiled local project.

bhargav commented 8 years ago

Closing this and will assign #18 to me.