Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-1947

Added resources section in pom.xml when a transformation.xml is opened remove classical maven src folders after a Maven project refresh

XMLWordPrintable

    • Hide

      1.- Import into a clean JBDS 10 workspace the maven projects included in attached zip file
      2.- Review pom.xml file in routing project and identify that the <resources/> section doesn't exist
      3.- Open the transformation.xml file in routing project
      4.- Review the changes in pom.xml file and identify that <resources/> section appears

      Show
      1.- Import into a clean JBDS 10 workspace the maven projects included in attached zip file 2.- Review pom.xml file in routing project and identify that the <resources/> section doesn't exist 3.- Open the transformation.xml file in routing project 4.- Review the changes in pom.xml file and identify that <resources/> section appears

      When the transformation.xml file is opened, then the pom.xml file is updated with some changes. The most important is related with <resources/> section because it is added with the following information:

      <resources>
      <resource>
      <directory>.transformations</directory>
      </resource>
      </resources>

      After that if you update the Maven project the src/(java|test)/resources folders disappear in Project Explorer view.

            teiid John Verhaeg (Inactive)
            rmarting@redhat.com Roman Martin Gil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: