summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-11-21 22:51:18 +0000
committerOlivier Lamy <olamy@apache.org>2012-11-21 22:51:18 +0000
commita4dbea758e5c0b05e46b9204e1c58768e4b68776 (patch)
treeab6dafe42ed42e6e546fd8ae89755f153d0eedd2
parenta06df0e7df760774530483865732cdb763205fc2 (diff)
downloadarchiva-a4dbea758e5c0b05e46b9204e1c58768e4b68776.tar.gz
archiva-a4dbea758e5c0b05e46b9204e1c58768e4b68776.zip
remove non used commented declaration test last compiler snapshot
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412345 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml35
-rw-r--r--pom.xml5
2 files changed, 8 insertions, 32 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
index ee4d2cf75..9a123e45e 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
@@ -27,9 +27,7 @@
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd
http://www.springframework.org/schema/task
- http://www.springframework.org/schema/task/spring-task-3.0.xsd
- http://www.springframework.org/schema/util
- http://www.springframework.org/schema/util/spring-util-3.0.xsd">
+ http://www.springframework.org/schema/task/spring-task-3.0.xsd">
<context:property-placeholder location="classpath:application.properties"/>
@@ -149,33 +147,6 @@
</configuration>
</component> -->
-
- <!--
- olamy TODO check if necessary !!
- PLXREDBACK-81 bad role hint, redefining here until redback alpha-2 is released.
-
- <component>
- <role>org.apache.archiva.redback.system.check.EnvironmentCheck</role>
- <role-hint>locked-admin-check</role-hint>
- <implementation>org.apache.archiva.redback.integration.checks.security.LockedAdminEnvironmentCheck</implementation>
- <description>LockedAdminEnvironmentCheck: checks if accounts marked as system administrator are locked
- and unlocks them on startup.
- </description>
- <requirements>
- <requirement>
- <role>org.apache.archiva.redback.users.UserManager</role>
- <role-hint>cached</role-hint>
- <field-name>userManager</field-name>
- </requirement>
- <requirement>
- <role>org.apache.archiva.redback.rbac.RBACManager</role>
- <role-hint>cached</role-hint>
- <field-name>rbacManager</field-name>
- </requirement>
- </requirements>
- </component>
- -->
-
<!-- TODO move to spring sample and test it -->
<!-- START SNIPPET: ldap -->
<!--
@@ -213,11 +184,11 @@
this component manages the connection to the ldap server
-->
- <!--
+
<bean name="ldapConnectionFactory" class="org.apache.archiva.redback.common.ldap.connection.ConfigurableLdapConnectionFactory">
<property name="userConf" ref="userConfiguration"/>
</bean>
- -->
+
<!--
diff --git a/pom.xml b/pom.xml
index f9d723770..09434a5b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1680,6 +1680,11 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1-SNAPSHOT</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.3</version>
<configuration>