You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2011/05/11 16:08:56 UTC

svn commit: r1101883 - /incubator/ognl/trunk/pom.xml

Author: olamy
Date: Wed May 11 14:08:56 2011
New Revision: 1101883

URL: http://svn.apache.org/viewvc?rev=1101883&view=rev
Log:
lock idea plugin as it's not locked in the commons-parent

Modified:
    incubator/ognl/trunk/pom.xml

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1101883&r1=1101882&r2=1101883&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Wed May 11 14:08:56 2011
@@ -261,6 +261,15 @@
         <version>2.4.1</version>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-idea-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
 </project>



Re: svn commit: r1101883 - /incubator/ognl/trunk/pom.xml

Posted by Antonio Petrelli <an...@gmail.com>.
2011/5/11 Olivier Lamy <ol...@apache.org>

> nope.
> But it's defined in the parent without any version so maven 3 check
> metadata to know the version.
> It's just to prevent non usefull http requests :-) when building.
>

So the question is: why is it present in the parent pom? :-D

Thanks for the clarification
Antonio

Re: svn commit: r1101883 - /incubator/ognl/trunk/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
nope.
But it's defined in the parent without any version so maven 3 check
metadata to know the version.
It's just to prevent non usefull http requests :-) when building.

2011/5/11 Antonio Petrelli <an...@gmail.com>:
> 2011/5/11 <ol...@apache.org>
>
>> +    <pluginManagement>
>> +      <plugins>
>> +        <plugin>
>> +          <groupId>org.apache.maven.plugins</groupId>
>> +          <artifactId>maven-idea-plugin</artifactId>
>> +          <version>2.2</version>
>> +        </plugin>
>> +      </plugins>
>> +    </pluginManagement>
>>
>
> Why so? Do you really need to link idea plugin to a specific version?
>
> Antonio
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1101883 - /incubator/ognl/trunk/pom.xml

Posted by Antonio Petrelli <an...@gmail.com>.
2011/5/11 <ol...@apache.org>

> +    <pluginManagement>
> +      <plugins>
> +        <plugin>
> +          <groupId>org.apache.maven.plugins</groupId>
> +          <artifactId>maven-idea-plugin</artifactId>
> +          <version>2.2</version>
> +        </plugin>
> +      </plugins>
> +    </pluginManagement>
>

Why so? Do you really need to link idea plugin to a specific version?

Antonio