Author: solomax
Date: Wed Jun  3 03:49:32 2015
New Revision: 1683216

URL: http://svn.apache.org/r1683216
Log:
[OPENMEETINGS-1086] apache snapshot repo is added; stab for whisker plugin is 
added

Modified:
    openmeetings/trunk/singlewebapp/pom.xml

Modified: openmeetings/trunk/singlewebapp/pom.xml
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?rev=1683216&r1=1683215&r2=1683216&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/pom.xml Wed Jun  3 03:49:32 2015
@@ -339,6 +339,10 @@
                        <id>flex-mojos-plugin-repository</id>
                        
<url>https://oss.sonatype.org/content/groups/staging</url>
                </pluginRepository>
+               <pluginRepository>
+                       <id>apache-snapshots</id>
+                       
<url>https://repository.apache.org/content/groups/snapshots</url>
+               </pluginRepository>
        </pluginRepositories>
        <dependencyManagement>
                <dependencies>
@@ -700,6 +704,19 @@
                                        </execution>
                                </executions>
                        </plugin>
+                       <!-- plugin>
+                               <groupId>org.apache.creadur.whisker</groupId>
+                               
<artifactId>apache-whisker-plugin4maven</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-licensing-docs</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>generate</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin-->
                </plugins>
                <pluginManagement>
                        <plugins>
@@ -884,9 +901,17 @@
                                                                
<familyName>MIT</familyName>
                                                        </licenseFamily>
                                                </licenseFamilies>
-                               </configuration>
+                                       </configuration>
                                </plugin>
-                               
+                               <!-- plugin>
+                                       
<groupId>org.apache.creadur.whisker</groupId>
+                                       
<artifactId>apache-whisker-plugin4maven</artifactId>
+                                       <version>0.2-SNAPSHOT</version>
+                                       <configuration>
+                                               
<descriptor>openmeetings.xml</descriptor>
+                                       </configuration>
+                               </plugin-->
+                                                               
                                <!--This plugin's configuration is used to 
store Eclipse m2e settings only. It has no influence on the Maven build 
itself.-->
                                <plugin>
                                        <groupId>org.eclipse.m2e</groupId>


Reply via email to