]> source.dussan.org Git - archiva.git/commitdiff
remove non used commented declaration test last compiler snapshot
authorOlivier Lamy <olamy@apache.org>
Wed, 21 Nov 2012 22:51:18 +0000 (22:51 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 21 Nov 2012 22:51:18 +0000 (22:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1412345 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
pom.xml

index ee4d2cf75474a08e2533bc1446a6168fbcf34b9d..9a123e45eccbca3234e8eb3a260f4cb1448d0d4d 100644 (file)
@@ -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"/>
 
       </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 -->
     <!-- 
     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 f9d7237703c2c65b6f64e9e1e21e9b16af0f2f24..09434a5b26e3a9d3b55c02efc506461395fe7457 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </plugins>
     <pluginManagement>
       <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>