trying to fix pom to upload javadocs
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -62,6 +62,14 @@
|
|||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<source>1.6</source>
|
||||||
|
<target>1.6</target>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.agilejava.docbkx</groupId>
|
<groupId>com.agilejava.docbkx</groupId>
|
||||||
<artifactId>docbkx-maven-plugin</artifactId>
|
<artifactId>docbkx-maven-plugin</artifactId>
|
||||||
@@ -122,9 +130,6 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<!-- the name of this project is 'spring-amqp-dist';
|
|
||||||
make sure the zip file is just 'spring-amqp'. -->
|
|
||||||
<finalName>${dist.finalName}</finalName>
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|||||||
@@ -16,6 +16,17 @@
|
|||||||
<org.mockito.version>1.8.4</org.mockito.version>
|
<org.mockito.version>1.8.4</org.mockito.version>
|
||||||
<org.slf4j.version>1.5.10</org.slf4j.version>
|
<org.slf4j.version>1.5.10</org.slf4j.version>
|
||||||
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
|
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
|
||||||
|
<!-- dist.* properties are used by the antrun tasks below -->
|
||||||
|
<dist.id>spring-data-document</dist.id>
|
||||||
|
<dist.name>Spring data Document</dist.name>
|
||||||
|
<dist.key>DATADOC</dist.key>
|
||||||
|
<dist.version>${project.version}</dist.version>
|
||||||
|
<dist.releaseType>snapshot</dist.releaseType>
|
||||||
|
<dist.finalName>${dist.id}-${dist.version}</dist.finalName>
|
||||||
|
<dist.fileName>${dist.finalName}.zip</dist.fileName>
|
||||||
|
<dist.filePath>target/${dist.fileName}</dist.filePath>
|
||||||
|
<dist.bucketName>dist.springframework.org</dist.bucketName>
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
|||||||
Reference in New Issue
Block a user