On Wed, Dec 7, 2011 at 2:08 PM, KasunG Gajasinghe <kas...@wso2.com> wrote:

>
>
> On Wed, Dec 7, 2011 at 1:21 PM, Pradeep Fernando <prad...@wso2.com> wrote:
>
>> Hi Kasun,
>>
>> sorry if i confused you. I was referring to before-compile by saying
>> pre-compile.
>> Honestly, i dont know the context. But i think its a good enough
>> solution. You may work with denis.
>>
>>
> Ah that's ok. I'll work with Denis.
>
>
A patch for this is attached herewith. This does the Pradeep's suggestion
at 'initialize' phase. (and, it's my first patch after starting the work :)
)

Thanks,
--Kasun


>
>
>> patches : mostly welcome.
>>
>
> Great. Can you provide the general way WSO2 adheres on getting patches by
> new guys? Do we have to open JIRAs, and assign it to a relevant team?
>
> Thanks,
> --Kasun
>
>
>>
>> thanks,
>>
>> --Pradeep
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
Index: cassandra-jdbc/1.0.5-wso2v1/pom.xml
===================================================================
--- cassandra-jdbc/1.0.5-wso2v1/pom.xml	(revision 116864)
+++ cassandra-jdbc/1.0.5-wso2v1/pom.xml	(working copy)
@@ -342,7 +342,21 @@
       <build>
         <defaultGoal>verify</defaultGoal>
         <plugins>
-          <plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-clean-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>clean-sources</id>
+                        <phase>initialize</phase>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>build-helper-maven-plugin</artifactId>
             <executions>
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to