Changeset 1853


Ignore:
Timestamp:
04/04/12 09:52:24 (12 years ago)
Author:
herste
Message:

blub

Location:
vlo/trunk/vlo_webapp
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/pom.xml

    r1850 r1853  
    166166                </executions>
    167167            </plugin>
     168            <plugin>
     169                <artifactId>maven-assembly-plugin</artifactId>
     170                <version>2.3</version>
     171                <configuration>
     172                    <descriptorRefs>
     173                        <descriptorRef>jar-with-dependencies</descriptorRef>
     174                    </descriptorRefs>
     175                </configuration>
     176                <executions>
     177                    <execution>
     178                        <id>make-assembly</id> <!-- this is used for inheritance merges -->
     179                        <phase>package</phase> <!-- bind to the packaging phase -->
     180                        <goals>
     181                            <goal>single</goal>
     182                        </goals>
     183                    </execution>
     184                </executions>
     185            </plugin>
     186
    168187        </plugins>
    169188    </build>
  • vlo/trunk/vlo_webapp/src/main/resources/applicationContext.xml

    r1806 r1853  
    88                    -->
    99    <bean class="org.springframework.web.context.support.ServletContextPropertyPlaceholderConfigurer">
    10         <!--<property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE"/>-->
     10       <property name="location" value="classpath:application.properties"/>
    1111    </bean>
    1212
Note: See TracChangeset for help on using the changeset viewer.