Uploaded image for project: 'RAML Module Builder'
  1. RAML Module Builder
  2. RMB-140

move to v19, 18.0.1 requires entry in pom

    XMLWordPrintable

Details

    Description

      seen that some builds fail without adding the new generated-source dir to the pom as a source.

            <plugin>
              <groupId>org.codehaus.mojo</groupId>
              <artifactId>build-helper-maven-plugin</artifactId>
              <version>3.0.0</version>
              <executions>
                <execution>
                  <id>add-raml-jaxrs-source</id>
                  <phase>generate-sources</phase>
                  <goals>
                    <goal>add-source</goal>
                  </goals>
                  <configuration>
                    <sources>
                      <source>${project.build.directory}/generated-sources/raml-jaxrs</source>
                    </sources>
                  </configuration>
                </execution>
              </executions>
            </plugin>
      

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                shale99 shale99
                shale99 shale99
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases