Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17903

camel-component-maven-plugin - Add doc about recompile

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.17.0
    • documentation
    • None
    • Unknown

    Description

      We need to add

              <plugin>
                  <artifactId>maven-compiler-plugin</artifactId>
                  <executions>
                      <execution>
                          <id>recompile</id>
                          <goals>
                              <goal>compile</goal>
                          </goals>
                          <phase>process-classes</phase>
                      </execution>
                  </executions>
              </plugin>
      

      to the docs so users can generate and re-compile with latest changes. Otherwise its a 2-step process.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: