Project

General

Profile

« Previous | Next » 

Revision 3506344d

Added by Andreas Kohlbecker about 5 years ago

changing oder of resource in pom - only cosmetic

View differences:

pom.xml
147 147
  </profiles>
148 148
  <build>
149 149
    <resources>
150
      <resource>
151
        <!-- all main resources without filtering -->
152
        <directory>src/main/resources</directory>
153
      </resource>
150 154
      <resource>
151 155
        <!-- replace the place holders like ${...} in datasources.xml -->
152 156
        <filtering>true</filtering>
......
164 168
          <exclude>datasources.xml</exclude>
165 169
        </excludes>
166 170
      </resource>
167
      <resource>
168
        <!-- all main resources without filtering -->
169
        <directory>src/main/resources</directory>
170
      </resource>
171 171
    </resources>
172 172
    <plugins>
173 173
      <plugin>

Also available in: Unified diff