|
| 1 | + |
1 | 2 | <?xml version="1.0"?> |
2 | 3 | <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/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
|
10 | 11 | <dependency> |
11 | 12 | <groupId>javax.servlet</groupId> |
12 | 13 | <artifactId>servlet-api</artifactId> |
13 | | - |
14 | 14 | <version>3.0-alpha-1</version> |
| 15 | +<scope>provided</scope> |
15 | 16 | </dependency> |
16 | | - |
| 17 | + <!-- |
17 | 18 | <dependency> |
18 | 19 | <groupId>org.osgi</groupId> |
19 | 20 | <artifactId>org.osgi.core</artifactId> |
|
30 | 31 |
|
31 | 32 | <dependency> |
32 | 33 | |
33 | | - |
| 34 | + |
34 | 35 | <groupId>org.eclipse.swt.win32.win32</groupId> |
35 | 36 | <artifactId>x86</artifactId> |
36 | 37 |
|
|
67 | 68 | <artifactId>runtime</artifactId> |
68 | 69 | <version>3.2.0-v20060603</version> |
69 | 70 | </dependency> |
| 71 | + --> |
70 | 72 |
|
71 | 73 | <!-- dependency> |
72 | 74 | <groupId>org.apache.felix</groupId> |
73 | 75 | <artifactId>org.osgi.core</artifactId> |
74 | 76 | <version>1.4.0</version> |
75 | 77 | </dependency --> |
76 | 78 |
|
77 | | - |
| 79 | + <!-- |
78 | 80 | <dependency> |
79 | 81 | <groupId>eclipse</groupId> |
80 | 82 | <artifactId>eclipse-jface</artifactId> |
81 | 83 | <version>2.1.0</version> |
82 | 84 | </dependency> |
83 | 85 | |
84 | | - |
| 86 | + --> |
85 | 87 |
|
86 | 88 |
|
87 | 89 | </dependencies> |
|
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
98 | | - |
| 100 | + <!-- |
99 | 101 | <plugin> |
100 | 102 | <groupId>org.apache.felix</groupId> |
101 | 103 | <artifactId>maven-bundle-plugin</artifactId> |
|
128 | 130 | </configuration> |
129 | 131 | </plugin> |
130 | 132 | |
131 | | - |
| 133 | + --> |
132 | 134 |
|
133 | 135 | <plugin> |
134 | 136 | <groupId>org.codehaus.mojo</groupId> |
|
143 | 145 | </goals> |
144 | 146 | <configuration> |
145 | 147 | <sources> |
146 | | - <source>${basedir}/src/labs/java</source> |
| 148 | + <!-- source>${basedir}/src/labs/java</source --> |
147 | 149 | <source>${basedir}/ajaxcore</source> |
148 | 150 | <source>${basedir}/ajaxpipe</source> |
149 | 151 | <source>${basedir}/ajaxrpc</source> |
150 | | - <source>${basedir}/ajaxswt</source> |
| 152 | + <!-- source>${basedir}/ajaxswt</source--> |
151 | 153 | <source>${basedir}/annotation</source> |
152 | 154 | <source>${basedir}/generator</source> |
153 | | - <source>${basedir}/src</source> |
154 | | - <source>${basedir}/store</source> |
| 155 | + <!-- source>${basedir}/src</source --> |
| 156 | + <!-- source>${basedir}/store</source --> |
155 | 157 |
|
156 | 158 | </sources> |
157 | 159 | </configuration> |
|
191 | 193 | <fork>true</fork> |
192 | 194 | </configuration> |
193 | 195 | </plugin> |
| 196 | + |
| 197 | + <plugin> |
| 198 | + <artifactId>maven-source-plugin</artifactId> |
| 199 | + <executions> |
| 200 | + <execution> |
| 201 | + <id>attach-sources</id> |
| 202 | + <phase>verify</phase> |
| 203 | + <goals> |
| 204 | + <goal>jar</goal> |
| 205 | + </goals> |
| 206 | + </execution> |
| 207 | + </executions> |
| 208 | +</plugin> |
| 209 | + |
194 | 210 | </plugins> |
195 | 211 | </build> |
196 | 212 | </project> |
| 213 | + |
| 214 | + |
0 commit comments