cd /root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp; JAVA_HOME=/opt/lux/jdk1.7.0_15 /usr/local/netbeans-7.3/java/maven/bin/mvn -Dnetbeans.deploy=true package
Scanning for projects...
Some problems were encountered while building the effective model for org.opentripplanner:opentripplanner-api-webapp:war:0.10.1-SNAPSHOT
'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ org.opentripplanner:opentripplanner:0.10.1-SNAPSHOT, /root/NetBeansProjects/OpenTripPlanner/pom.xml, line 180, column 15
'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.opentripplanner:opentripplanner:0.10.1-SNAPSHOT, /root/NetBeansProjects/OpenTripPlanner/pom.xml, line 191, column 15
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
------------------------------------------------------------------------
Building OpenTripPlanner API Webapp 0.10.1-SNAPSHOT
------------------------------------------------------------------------
[resources:copy-resources]
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 7 resources
[resources:resources]
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
Copying 7 resources
[compiler:compile]
Nothing to compile - all classes are up to date
[resources:testResources]
[debug] execute contextualize
Using 'UTF-8' encoding to copy filtered resources.
skip non existing resourceDirectory /root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/src/test/resources
[compiler:testCompile]
No sources to compile
[surefire:test]
No tests to run.
Surefire report directory: /root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[war:war]
Packaging webapp
Assembling webapp [opentripplanner-api-webapp] in [/root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/target/opentripplanner-api-webapp]
Processing war project
Copying webapp resources [/root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/src/main/webapp]
Webapp assembled in [777 msecs]
Building war: /root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/target/opentripplanner-api-webapp.war
WEB-INF/web.xml already added, skipping
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 9.423s
Finished at: Fri Aug 01 18:58:20 IST 2014
Final Memory: 12M/139M
------------------------------------------------------------------------
NetBeans: Deploying on GlassFish Server 3.1.2
profile mode: false
debug mode: false
force redeploy: true
In-place deployment at /root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/target/opentripplanner-api-webapp
Initializing...
deploy?DEFAULT=/root/NetBeansProjects/OpenTripPlanner/opentripplanner-api-webapp/target/opentripplanner-api-webapp&name=OpenTripPlanner_API_Webapp&contextroot=/opentripplanner-api-webapp&force=true failed on GlassFish Server 3.1.2
The module has not been deployed.
See the server log for details.
at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:210)
at org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:178)
at org.netbeans.modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:130)
at org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:212)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)