Uploaded image for project: 'FORTRESS'
  1. FORTRESS
  2. FC-93

fortress core packaging includes fortress.properties inside .jar

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0-RC42
    • 1.0.0-RC42
    • None

    Description

      exclude properties, xml and txt files from the jar:

      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-jar-plugin</artifactId>
      <version>2.6</version>
      <configuration>
      <excludes>
      <exclude>**/bootstrap</exclude>
      <exclude>*/.xml</exclude>
      <exclude>*/.properties</exclude>
      <exclude>*/.txt</exclude>
      <exclude>*/.src</exclude>
      </excludes>
      </configuration>
      <executions>
      <execution>
      <goals>
      <goal>test-jar</goal>
      </goals>
      </execution>
      </executions>
      </plugin>

      Attachments

        Activity

          People

            Unassigned Unassigned
            smckinney Shawn McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: