EastBay CodeHaus
Random Notes on Programming
Friday, November 6, 2015
Installing Maven
Pretty simple:
Download tarball:
https://maven.apache.org/download.cgi
untar
sudo mv apache-maven-3.3.0 /opt/maven
add /opt/maven/bin to your path
This was on a Mac.
blogodex = {"idx" : ["maven", "installation"]};
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
A note from Donald Knuth about The Art of Computer Programming
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
DuckDB ASOF JOIN Example
Here's a quick example of duckdb's new ASOF JOIN. Problem: we have a time-based price table; if you have a sale time that falls in t...
Animating an OpenSCAD Figure
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
No comments:
Post a Comment