Author: azeez
Date: Mon Dec 3 07:05:10 2007
New Revision: 10444
Log:
Merging the WSAS 2.1 branch to the trunk
Modified:
trunk/commons/deployers/axis1deployer/pom.xml
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
Modified: trunk/commons/deployers/axis1deployer/pom.xml
==============================================================================
--- trunk/commons/deployers/axis1deployer/pom.xml (original)
+++ trunk/commons/deployers/axis1deployer/pom.xml Mon Dec 3 07:05:10 2007
@@ -251,6 +251,35 @@
</plugins>
</build>
+ <profiles>
+ <profile>
+ <activation>
+ <property>
+ <name>sign</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+
<distributionManagement>
<repository>
<id>wso2-maven2-repository</id>
Modified:
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
==============================================================================
---
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
(original)
+++
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
Mon Dec 3 07:05:10 2007
@@ -186,7 +186,7 @@
// new
Axis1InOutMessageReceiver());
// Add service type
- axisService.addParameter("serviceType", "axis1.service");
+ axisService.addParameter("serviceType", "axis1_service");
axisService.setFileName(deploymentFileData.getFile().toURL());
serviceGroup.addService(axisService);
}
_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev