Help Center/ CodeArts Build/ FAQs/ Maven Builds/ How Do I Find the Correct Build Package Path?
Updated on 2024-10-10 GMT+08:00

How Do I Find the Correct Build Package Path?

  1. Create a Maven build task and add the Upload to Release Repos action below the Maven build action.
  2. Configure the build package path, enter any path, and save the configuration.
  3. Run the build task and search for BUILD SUCCESS in the log.

    Find the information similar to /target/****.war in the preceding lines, which is the correct path of the build package.