Java Reference
In-Depth Information
/org.jboss.resteasy/poms/resteasy-jaxrs-3.0.5.Final.pom
...
You'll see Maven downloading a bunch of files from the repositories. This may take a while
the first time you run the build script, as Maven needs to pull down a huge number of de-
pendencies:
[INFO] Compiling 3 source files to C:\resteasy\p1b-repo\master\jaxrs
\examples\oreilly-jaxrs-2.0-workbook
\ex03_1\target\classes
[INFO]
[INFO]
[INFO] Compiling 1 source file to C:\resteasy\p1b-repo\master\jaxrs
\examples\oreilly-jaxrs-2.0-workbook
\ex03_1\target\test-classes
Next, you'll see Maven compiling your main and test source code:
[INFO] Tests are skipped.
[INFO]
[INFO] Packaging webapp
[INFO] Assembling webapp [jaxrs-2.0-workbook-ex03_1] in
[C:\resteasy\p1b-repo\master\jaxrs
\examples\oreilly-jaxrs-2.0-workbook
\ex03_1\target\ex03_1]
[INFO] Processing war project
[INFO] Copying webapp resources [C:\resteasy\p1b-repo
\master\jaxrs
\examples\oreilly-jaxrs-2.0-workbook
\ex03_1\src\main\webapp]
[INFO] Webapp assembled in [172 msecs]
[INFO] Building war: C:\resteasy\p1b-repo\master\jaxrs
\examples
\oreilly-jaxrs-2.0-workbook
\ex03_1\target\ex03_1.war
Then you'll see that the WAR file is built:
[INFO] Started Jetty Server
[INFO]
[INFO] Surefire report directory: C:\resteasy\p1b-repo
\master\jaxrs\examples
\oreilly-jaxrs-2.0-workbook\
ex03_1\target\surefire-reports
[source,java]
-------------------------------------------------------
Search WWH ::




Custom Search