Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-822

eclipse plugins build broken - the messages resources are not found

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2.2
    • None

    Description

      Subsequent to the refactoring of the resources into uimaj/eclipse-plugin-superPom, running eclipse:eclipse is no longer putting the src/main/resources things into the class path.

      This is likely due to the resources not being merged with the maven overall superpom, anymore; that pom (see http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Super_POM ) contains

      <resources>
      <resource>
      <directory>src/main/resources</directory>
      </resource>
      </resources>

      but when the eclipse-plugin-superPom had a similar <resources> element, it was (erroneously) presumed that its resources would be merged with the super pom. The fix is to just put this in explicitly.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: