Bug fix...ui is closed when logged out...this leads to a complete reset of the ui...
[cdmlib.git] / cdmlib-remote / pom.xml
index 1dbddc3f26dfe961e090b776f0ec880ddaa8a178..ec1a614c0f4bd9baf45e2b279bd8b9016b804339 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>3.3.0-SNAPSHOT</version>
+               <version>3.3.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
                        <artifactId>lsid-client</artifactId>
                </dependency>
 
+     
+      <dependency>
+       <groupId>com.vaadin</groupId>
+       <artifactId>vaadin-server</artifactId>
+      </dependency>
+      <dependency>
+       <groupId>com.vaadin</groupId>
+       <artifactId>vaadin-shared</artifactId>  
+      </dependency>
+      <dependency>
+       <groupId>com.vaadin</groupId>
+       <artifactId>vaadin-client-compiled</artifactId>
+      </dependency>
+      <dependency>
+       <groupId>com.vaadin</groupId>
+       <artifactId>vaadin-client</artifactId>
+       <scope>provided</scope>
+      </dependency>
+      <dependency>
+       <groupId>com.vaadin</groupId>
+       <artifactId>vaadin-themes</artifactId>
+      </dependency>
+      <dependency>
+       <groupId>com.vaadin</groupId>
+       <artifactId>vaadin-client-compiler</artifactId> 
+      </dependency>
+
+      <dependency>
+       <groupId>ru.xpoft.vaadin</groupId>
+       <artifactId>spring-vaadin-integration</artifactId>
+      </dependency>
+
+      <dependency>
+       <groupId>org.vaadin.addons</groupId>
+       <artifactId>exporter</artifactId>
+      </dependency>
+       
+      <dependency>
+       <groupId>org.vaadin.addons</groupId>
+       <artifactId>wizards-for-vaadin</artifactId>
+      </dependency>
+       
+
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.test</artifactId>
        </dependencies>
 
        <build>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <version>2.5</version>
-                               <executions>
-                                       <execution>
-                                               <id>copy-resources</id>
-                                               <phase>validate</phase>
-                                               <goals>
-                                                       <goal>copy-resources</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
-                                                       <resources>
-                                                               <resource>
-                                                                       <directory>../src/site/apt/remote</directory>
-                                                                       <filtering>true</filtering>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
+       <plugins>
+               <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1-beta-1</version>
+        </plugin>
+        <plugin>
+             <groupId>com.vaadin</groupId>
+             <artifactId>vaadin-maven-plugin</artifactId>
+             <configuration>
+                     <strict>true</strict>
+                     <force>true</force>
+                         <webappDirectory>../cdmlib-remote-webapp/src/main/webapp/VAADIN/widgetsets</webappDirectory>
+             </configuration>
+         </plugin>
+       <plugin>
+               <artifactId>maven-resources-plugin</artifactId>
+               <version>2.5</version>
+               <executions>
+                       <execution>
+                               <id>copy-resources</id>
+                               <phase>validate</phase>
+                               <goals>
+                                       <goal>copy-resources</goal>
+                               </goals>
+                               <configuration>
+                                       <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
+                                       <resources>
+                                               <resource>
+                                                       <directory>../src/site/apt/remote</directory>
+                                                       <filtering>true</filtering>
+                                               </resource>
+                                       </resources>
+                               </configuration>
+                       </execution>
+               </executions>
+       </plugin>
                </plugins>
        </build>
 </project>