Skip to content

Commit

Permalink
Change to use dev mode (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm committed Jun 27, 2023
1 parent 6731b79 commit 525d0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ In the [hotspot=import file=0]`import` statements of this test class, you'll not

The Apache [hotspot=commons-httpclient file=1]`httpclient` and [hotspot=junit file=1]`junit-jupiter-engine` dependencies are needed to compile and run the integration test [hotspot=EndpointIT file=0]`EndpointIT` class. The scope for each of the dependencies is set to [hotspot=test1 hotspot=test2 file=1]`test` because the libraries are needed only during the Maven build and do not needed to be packaged with the application.

Now, the created WAR file contains the web application, and development mode can run any integration test classes that it finds. Integration test classes are classes with names that end in `IT`.
Now, the created WAR file contains the web application, and dev mode can run any integration test classes that it finds. Integration test classes are classes with names that end in `IT`.

The directory structure of the project should now look like this:

Expand Down

0 comments on commit 525d0bd

Please sign in to comment.