Revision 27558 branches/v2_0_0_prep/build/pom.xml

View differences:

pom.xml
51 51
			<url>http://maven.geotools.fr/repository
52 52
			</url>
53 53
		</repository>
54
		<!--
55
			<repository> <id>OSGVP</id>
56
			<url>http://josgplanets.ai2.upv.es/maven/repository </url>
57
			</repository>
58
		-->
59 54
	</repositories>
60 55
	<reporting>
61 56
		<plugins>
......
105 100
					<downloadJavadocs>true</downloadJavadocs>
106 101
				</configuration>
107 102
			</plugin>
103
			<plugin>
104
				<groupId>org.apache.maven.plugins</groupId>
105
				<artifactId>maven-source-plugin</artifactId>
106
				<executions>
107
					<execution>
108
						<id>attach-sources</id>
109
						<goals>
110
							<goal>jar</goal>
111
						</goals>
112
					</execution>
113
				</executions>
114
			</plugin>
108 115
		</plugins>
109 116
	</build>
110 117
	<profiles>
111 118
		<profile>
112 119
			<id>release</id>
113
			<activation>
114
				<property>
115
					<name>withSources</name>
116
				</property>
117
			</activation>
118 120
			<build>
119 121
				<plugins>
120 122
					<plugin>
121
						<groupId>org.apache.maven.plugins
122
						</groupId>
123
						<artifactId>maven-source-plugin</artifactId>
124
						<executions>
125
							<execution>
126
								<id>attach-sources</id>
127
								<goals>
128
									<goal>jar</goal>
129
								</goals>
130
							</execution>
131
						</executions>
132
					</plugin>
133
					<plugin>
134 123
						<groupId>org.apache.maven.plugins</groupId>
135 124
						<artifactId>maven-javadoc-plugin</artifactId>
136 125
						<executions>

Also available in: Unified diff