You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by lu...@apache.org on 2011/01/25 13:43:17 UTC

svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

Author: ludwig
Date: Tue Jan 25 12:43:17 2011
New Revision: 1063258

URL: http://svn.apache.org/viewvc?rev=1063258&view=rev
Log:
Added a pom.xml file so that the project can be build and tests pass.

Added:
    turbine/fulcrum/trunk/security/nt/pom.xml

Added: turbine/fulcrum/trunk/security/nt/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/nt/pom.xml?rev=1063258&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/nt/pom.xml (added)
+++ turbine/fulcrum/trunk/security/nt/pom.xml Tue Jan 25 12:43:17 2011
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<parent>
+		<artifactId>fulcrum-parent</artifactId>
+		<groupId>org.apache.fulcrum</groupId>
+		<version>1</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+  <groupId>fulcrum-security-nt</groupId>
+  <artifactId>fulcrum-security-nt</artifactId>
+  <name>Fulcrum Security NT Impl</name>
+  <version>1.1.0-SNAPSHOT</version>
+  <dependencies>
+    <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-security-api</artifactId>
+      <version>1.0.7</version>
+    </dependency>
+    <dependency>
+      <groupId>tagishauth</groupId>
+      <artifactId>tagishauth</artifactId>
+      <version>1.0.3</version>
+    </dependency>
+    <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-security-memory</artifactId>
+      <version>1.0.7</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+    	<groupId>org.apache.fulcrum</groupId>
+    	<artifactId>fulcrum-crypto</artifactId>
+    	<version>1.0.7</version>
+    	<type>jar</type>
+    	<scope>compile</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-changes-plugin</artifactId>
+        <configuration>
+          <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>



Re: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

Posted by Thomas Vandahl <tv...@apache.org>.
On 25.01.11 19:46, Ludwig Magnusson wrote:
> But don’t we need the snapshots to be published if the snapshot dependencies are to work?

Gump builds into its own repository where requests for artifacts are
redirected to the respective HEAD-build. So for automatic builds, the
version of the dependency is irrelevant as long as they are all built by
Gump.

For your private development, you can use "mvn install" to put your
snapshot artifacts into your local repository where dependent builds
will find them. In this case, I'd prefer the use of the snapshot
versions we are developing right now.

We have not published snapshots as long as I can remember in Turbine. I
don't know what the policy would be to keep different versions of an
artifact from wandering around. Comments on this would be most welcome.

Bye, Thomas.

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


RE: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

Posted by Ludwig Magnusson <lu...@itcatapult.com>.
But don’t we need the snapshots to be published if the snapshot dependencies are to work?

The security-nt project _did_ have snapshot dependencies. But the build failed so I changed them to 1.0.8

/Ludwig

 

From: Thomas Vandahl [mailto:tv@apache.org] 
Sent: den 25 januari 2011 18:56
To: Turbine Developers List
Subject: Re: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

 

On 25.01.11 18:48, Ludwig Magnusson wrote:
> I did realize this. I checked out gump but I didn’t understand how to change the settings, or anywhere to log in/create/apply for an account.
>
> So I thought I’d do half the work..

Thanks. I just committed the modified configuration. I can only hope it
does what I intended. :-)

> One other thing… I could not find the snapshot releases, neither with nor without nexus. I do not have very much experience of working with snapshots. Are the snapshots from fulcrum published somewhere?

No.

> For now, secutity-nt depends on api-1.0.8 when it should depend upon 1.1.0-SNAPSHOT

Yes, but this would be easy to adjust.

Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail:  <ma...@turbine.apache.org> dev-unsubscribe@turbine.apache.org
For additional commands, e-mail:  <ma...@turbine.apache.org> dev-help@turbine.apache.org

  _____  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1191 / Virus Database: 1435/3402 - Release Date: 01/25/11


Re: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

Posted by Thomas Vandahl <tv...@apache.org>.
On 25.01.11 18:48, Ludwig Magnusson wrote:
> I did realize this. I checked out gump but I didn’t understand how to change the settings, or anywhere to log in/create/apply for an account. 
> 
> So I thought I’d do half the work..

Thanks. I just committed the modified configuration. I can only hope it
does what I intended. :-)

> One other thing… I could not find the snapshot releases, neither with nor without nexus. I do not have very much experience of working with snapshots. Are the snapshots from fulcrum published somewhere?

No.

> For now, secutity-nt depends on api-1.0.8 when it should depend upon 1.1.0-SNAPSHOT

Yes, but this would be easy to adjust.

Bye, Thomas.

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


RE: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

Posted by Ludwig Magnusson <lu...@itcatapult.com>.
I did realize this. I checked out gump but I didn’t understand how to change the settings, or anywhere to log in/create/apply for an account. 

So I thought I’d do half the work..

 

One other thing… I could not find the snapshot releases, neither with nor without nexus. I do not have very much experience of working with snapshots. Are the snapshots from fulcrum published somewhere?

I could not find them here:  <http://repository.apache.org/snapshots/org/apache/> http://repository.apache.org/snapshots/org/apache/

For now, secutity-nt depends on api-1.0.8 when it should depend upon 1.1.0-SNAPSHOT

 

/Ludwig

 

 

From: Thomas Vandahl [mailto:tv@apache.org] 
Sent: den 25 januari 2011 18:35
To: dev@turbine.apache.org
Subject: Re: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

 

Hi Ludwig,

On 25.01.11 13:43,  <ma...@apache.org> ludwig@apache.org wrote:
> Author: ludwig
> Date: Tue Jan 25 12:43:17 2011
> New Revision: 1063258
>
> URL:  <http://svn.apache.org/viewvc?rev=1063258&view=rev> http://svn.apache.org/viewvc?rev=1063258&view=rev
> Log:
> Added a pom.xml file so that the project can be build and tests pass.

This is not going to help as long as Gump uses Maven1 to build this
module. I'll fix this in the Gump configuration.

> +  <dependencies>
> +    <dependency>
> +      <groupId>fulcrum</groupId>
> +      <artifactId>fulcrum-security-api</artifactId>
> +      <version>1.0.7</version>
> +    </dependency>

I guess we should refer to the M2-built version here...

> +    <dependency>
> +      <groupId>fulcrum</groupId>
> +      <artifactId>fulcrum-security-memory</artifactId>
> +      <version>1.0.7</version>
> +    </dependency>

... as well as here.

See the fulcrum-security-memory POM for an example.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail:  <ma...@turbine.apache.org> dev-unsubscribe@turbine.apache.org
For additional commands, e-mail:  <ma...@turbine.apache.org> dev-help@turbine.apache.org

  _____  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1191 / Virus Database: 1435/3402 - Release Date: 01/25/11


Re: svn commit: r1063258 - /turbine/fulcrum/trunk/security/nt/pom.xml

Posted by Thomas Vandahl <tv...@apache.org>.
Hi Ludwig,

On 25.01.11 13:43, ludwig@apache.org wrote:
> Author: ludwig
> Date: Tue Jan 25 12:43:17 2011
> New Revision: 1063258
> 
> URL: http://svn.apache.org/viewvc?rev=1063258&view=rev
> Log:
> Added a pom.xml file so that the project can be build and tests pass.

This is not going to help as long as Gump uses Maven1 to build this
module. I'll fix this in the Gump configuration.

> +  <dependencies>
> +    <dependency>
> +      <groupId>fulcrum</groupId>
> +      <artifactId>fulcrum-security-api</artifactId>
> +      <version>1.0.7</version>
> +    </dependency>

I guess we should refer to the M2-built version here...

> +    <dependency>
> +      <groupId>fulcrum</groupId>
> +      <artifactId>fulcrum-security-memory</artifactId>
> +      <version>1.0.7</version>
> +    </dependency>

... as well as here.

See the fulcrum-security-memory POM for an example.

Bye, Thomas.


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