Closed
Bug 1054557
Opened 11 years ago
Closed 11 years ago
Add Maven to Build
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
100
People
(Reporter: bramwelt, Assigned: bramwelt)
Details
Having maven installed on the Vagrantbox allows for users to run 'build.sh' locally. Otherwise more work has to be done (commenting out 'mvn' lines) to be able to build socorro within the Vagrantbox.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3a9d3e3ce6f8bade8680593d7b24435c02fe8cc1
Add JAVA_HOME to build.sh
Only updates PATH if not on Jenkins or Travis-CI.
JAVA_HOME is missing '/bin' because PATH requires 'bin' directories,
yet some applications use JAVA_HOME to access other resources from
Java.
fix bug 1054557
https://github.com/mozilla/socorro/commit/cc2c063444db3579bf7ccd24b10818e2d9dbd2b4
Vagrant - Install Maven from dchen's repo
fix bug 1054557
https://github.com/mozilla/socorro/commit/78b2426f09de189895ab8e02be1799b7264f739b
Merge pull request #2301 from bramwelt/fix-bug-1054557-add-maven-for-build
fix bug 1054557 - Install maven in Vagrant
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 100
You need to log in
before you can comment on or make changes to this bug.
Description
•