Revision: | 37026 |
Committed: | Tue Nov 20 17:40:17 2012 UTC (8 years, 4 months ago) by fvlankvelt |
Content type: | text/xml |
File size: | 6363 byte(s) |
Log Message: | WICKETEXTJS-46: pimp extobservable to have a lifecycle similar to ExtComponent |
# | Content |
---|---|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
2 | <modelVersion>4.0.0</modelVersion> |
3 | <groupId>org.wicketstuff</groupId> |
4 | <artifactId>wicket-extjs-parent</artifactId> |
5 | <version>0.16-SNAPSHOT</version> |
6 | <name>Wicket ExtJS Integration - parent</name> |
7 | <description /> |
8 | <packaging>pom</packaging> |
9 | |
10 | <properties> |
11 | <!-- use UTF-8 encoding for filtered file copy --> |
12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | |
14 | <maven.plugin.resources.version>2.6</maven.plugin.resources.version> |
15 | </properties> |
16 | |
17 | <!-- |
18 | TODO <organization> <name>company name</name> <url>company url</url> |
19 | </organization> |
20 | --> |
21 | <licenses> |
22 | <license> |
23 | <name>The Apache Software License, Version 2.0</name> |
24 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
25 | <distribution>repo</distribution> |
26 | </license> |
27 | </licenses> |
28 | |
29 | <modules> |
30 | <module>bundle</module> |
31 | <module>core</module> |
32 | <module>examples</module> |
33 | </modules> |
34 | |
35 | <scm> |
36 | <connection>scm:svn:http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</connection> |
37 | <developerConnection>scm:svn:https://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</developerConnection> |
38 | <url>http://svn.onehippo.org/repos/hippo/experimental/forks/wicket-extjs/trunk</url> |
39 | </scm> |
40 | |
41 | <build> |
42 | <extensions> |
43 | <!-- Enabling the use of FTP --> |
44 | <extension> |
45 | <groupId>org.apache.maven.wagon</groupId> |
46 | <artifactId>wagon-ftp</artifactId> |
47 | <version>1.0-beta-6</version> |
48 | </extension> |
49 | </extensions> |
50 | <pluginManagement> |
51 | <plugins> |
52 | <plugin> |
53 | <groupId>org.apache.maven.plugins</groupId> |
54 | <artifactId>maven-resources-plugin</artifactId> |
55 | <version>${maven.plugin.resources.version}</version> |
56 | <configuration> |
57 | <encoding>${project.build.sourceEncoding}</encoding> |
58 | </configuration> |
59 | </plugin> |
60 | <plugin> |
61 | <groupId>org.apache.maven.plugins</groupId> |
62 | <artifactId>maven-source-plugin</artifactId> |
63 | <version>2.1.2</version> |
64 | <inherited>true</inherited> |
65 | <executions> |
66 | <execution> |
67 | <id>attach-sources</id> |
68 | <goals> |
69 | <goal>jar</goal> |
70 | </goals> |
71 | </execution> |
72 | </executions> |
73 | </plugin> |
74 | </plugins> |
75 | </pluginManagement> |
76 | </build> |
77 | |
78 | <!-- Where to publish the project data --> |
79 | <distributionManagement> |
80 | <repository> |
81 | <name>Hippo Maven 2 Repository</name> |
82 | <id>hippo-maven2</id> |
83 | <url>https://maven.onehippo.com/content/repositories/releases/</url> |
84 | <uniqueVersion>false</uniqueVersion> |
85 | </repository> |
86 | <snapshotRepository> |
87 | <id>hippo-maven2-snapshots</id> |
88 | <name>Hippo Maven 2 Snapshots Repository</name> |
89 | <url>https://maven.onehippo.com/content/repositories/snapshots/</url> |
90 | <uniqueVersion>false</uniqueVersion> |
91 | </snapshotRepository> |
92 | </distributionManagement> |
93 | |
94 | <repositories> |
95 | <repository> |
96 | <id>hippo</id> |
97 | <name>Hippo Maven 2</name> |
98 | <url>http://maven.onehippo.com/maven2/</url> |
99 | <snapshots> |
100 | <enabled>false</enabled> |
101 | </snapshots> |
102 | <releases> |
103 | <updatePolicy>never</updatePolicy> |
104 | </releases> |
105 | </repository> |
106 | <!-- DISABLED repositories which are often "transitively" pulled in |
107 | and/or were used in the past |
108 | --> |
109 | <repository> |
110 | <id>codehaus</id> |
111 | <url>https://nexus.codehaus.org/content/repositories/releases/org/codehaus/mojo</url> |
112 | <snapshots> |
113 | <enabled>false</enabled> |
114 | </snapshots> |
115 | <releases> |
116 | <enabled>false</enabled> |
117 | </releases> |
118 | </repository> |
119 | <repository> |
120 | <id>glassfish</id> |
121 | <name>Glassfish maven repository</name> |
122 | <url>http://download.java.net/maven/glassfish</url> |
123 | <snapshots> |
124 | <enabled>false</enabled> |
125 | </snapshots> |
126 | <releases> |
127 | <enabled>false</enabled> |
128 | </releases> |
129 | </repository> |
130 | <repository> |
131 | <id>openqa</id> |
132 | <name>OpenQA Repository</name> |
133 | <url>http://nexus.openqa.org/content/repositories/releases</url> |
134 | <layout>default</layout> |
135 | <snapshots> |
136 | <enabled>false</enabled> |
137 | </snapshots> |
138 | <releases> |
139 | <enabled>false</enabled> |
140 | </releases> |
141 | </repository> |
142 | <repository> |
143 | <id>jpox</id> |
144 | <name>JPOX maven repository.</name> |
145 | <url>http://www.jpox.org/downloads/maven2/</url> |
146 | <layout>default</layout> |
147 | <snapshots> |
148 | <enabled>false</enabled> |
149 | </snapshots> |
150 | <releases> |
151 | <enabled>false</enabled> |
152 | </releases> |
153 | </repository> |
154 | <repository> |
155 | <id>m2snapshots</id> |
156 | <name>Maven 2 snapshots repository</name> |
157 | <url>http://people.apache.org/repo/m2-snapshot-repository</url> |
158 | <layout>default</layout> |
159 | <snapshots> |
160 | <enabled>false</enabled> |
161 | </snapshots> |
162 | <releases> |
163 | <enabled>false</enabled> |
164 | </releases> |
165 | </repository> |
166 | </repositories> |
167 | |
168 | <pluginRepositories> |
169 | <pluginRepository> |
170 | <id>hippo</id> |
171 | <name>Hippo maven 2 repository.</name> |
172 | <url>http://maven.onehippo.com/maven2/</url> |
173 | <snapshots> |
174 | <enabled>false</enabled> |
175 | </snapshots> |
176 | <releases> |
177 | <updatePolicy>never</updatePolicy> |
178 | </releases> |
179 | <layout>default</layout> |
180 | </pluginRepository> |
181 | <!-- DISABLED repositories which are often "transitively" pulled in |
182 | and/or were used in the past |
183 | --> |
184 | <pluginRepository> |
185 | <id>jpox.plugin</id> |
186 | <name>JPOX maven 2 plugin repository.</name> |
187 | <url>http://www.jpox.org/downloads/maven2/</url> |
188 | <layout>default</layout> |
189 | <snapshots> |
190 | <enabled>false</enabled> |
191 | </snapshots> |
192 | <releases> |
193 | <enabled>false</enabled> |
194 | </releases> |
195 | </pluginRepository> |
196 | <pluginRepository> |
197 | <id>codehaus</id> |
198 | <url>http://repository.codehaus.org/</url> |
199 | <layout>default</layout> |
200 | <snapshots> |
201 | <enabled>false</enabled> |
202 | </snapshots> |
203 | <releases> |
204 | <enabled>false</enabled> |
205 | </releases> |
206 | </pluginRepository> |
207 | </pluginRepositories> |
208 | |
209 | </project> |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |