Revision: 70
          http://mvn-infix.svn.sourceforge.net/mvn-infix/?rev=70&view=rev
Author:   bindul
Date:     2010-12-01 11:14:06 +0000 (Wed, 01 Dec 2010)

Log Message:
-----------
- Updated / refactored dependencies
- Updated documentation

Modified Paths:
--------------
    infix-parent/trunk/pom.xml
    infix-site/trunk/src/site/apt/dev/index.apt
    plugins/maven-nsis-plugin/trunk/src/site/apt/todo.apt
    shared/infix-plugins-common/trunk/infix-velocity-utils/pom.xml
    shared/infix-plugins-common/trunk/pom.xml

Modified: infix-parent/trunk/pom.xml
===================================================================
--- infix-parent/trunk/pom.xml  2010-11-30 07:11:53 UTC (rev 69)
+++ infix-parent/trunk/pom.xml  2010-12-01 11:14:06 UTC (rev 70)
@@ -532,6 +532,20 @@
                                <scope>compile</scope>
                        </dependency>
                        <dependency>
+                               <groupId>org.codehaus.plexus</groupId>
+                               
<artifactId>plexus-component-annotations</artifactId>
+                               <version>${plexus.component.version}</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.codehaus.plexus</groupId>
+                               
<artifactId>plexus-interactivity-api</artifactId>
+                               <version>1.0-alpha-6</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
                                <groupId>com.jcraft</groupId>
                                <artifactId>jsch</artifactId>
                                <!-- Keep an eye out for the following threads 
to update version to 0.1.44

Modified: infix-site/trunk/src/site/apt/dev/index.apt
===================================================================
--- infix-site/trunk/src/site/apt/dev/index.apt 2010-11-30 07:11:53 UTC (rev 69)
+++ infix-site/trunk/src/site/apt/dev/index.apt 2010-12-01 11:14:06 UTC (rev 70)
@@ -26,8 +26,8 @@
 
        Developer documentation in the works. Information to be added for:
        
-       * Subversion - setup and properties. Similar to 
{{{http://mindtreeinsight.sourceforge.net/devel/subversion-settings.html}}}
+       * Subversion - setup and properties. Similar to 
{{http://mindtreeinsight.sourceforge.net/devel/subversion-settings.html}}
        
-       * Maven - artifacts in local repository, additional repositories, etc. 
Similar to 
{{{http://mindtreeinsight.sourceforge.net/devel/maven-settings.html}}}
+       * Maven - artifacts in local repository, additional repositories, etc. 
Similar to {{http://mindtreeinsight.sourceforge.net/devel/maven-settings.html}}
        
        * Site - site deploy and management, with a note on sitemap.
\ No newline at end of file

Modified: plugins/maven-nsis-plugin/trunk/src/site/apt/todo.apt
===================================================================
--- plugins/maven-nsis-plugin/trunk/src/site/apt/todo.apt       2010-11-30 
07:11:53 UTC (rev 69)
+++ plugins/maven-nsis-plugin/trunk/src/site/apt/todo.apt       2010-12-01 
11:14:06 UTC (rev 70)
@@ -29,17 +29,25 @@
        
        Without external help, it is unlikely that most features of NSIS will be
        implemented. In the near future however, to aid in Insight's installer
-       improvements the following features will be implemented:
+       improvements the following features will be implemented.
        
-       * Support for XPStyle Installer
+       To see a list of existing future items to implement in the plugin, check
+       out {{http://p.sf.net/mvn-infix/NSIS-FUTURE}}.
        
-       * Support for selecting Compression
        
-       * Add test cases
-       
-       * Add configuration to make artifact attachment optional
-       
-       * Make this part of the Maven Assembly plug-in
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
+|| Mantis ID                                                                   
                                                        || Feature              
                                                                                
        |
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
+| N/A                                                                          
                                                                | Support for 
XPStyle Installer                                                         |
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
+| {{{https://sourceforge.net/apps/mantisbt/mvn-infix/view.php?id=25}25}}       
| Support for selecting Compression                                             
        |
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
+| {{{https://sourceforge.net/apps/mantisbt/mvn-infix/view.php?id=4}4}}         
| Add test cases                                                                
                        |
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
+| {{{https://sourceforge.net/apps/mantisbt/mvn-infix/view.php?id=26}26}}       
| Add configuration to make artifact attachment optional        |
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
+| N/A                                                                          
                                                                | Make this 
part of the Maven Assembly plug-in                          |
+*---------------------------------------------------------------------------+-----------------------------------------------------------+
 
 Issue Tracking
        

Modified: shared/infix-plugins-common/trunk/infix-velocity-utils/pom.xml
===================================================================
--- shared/infix-plugins-common/trunk/infix-velocity-utils/pom.xml      
2010-11-30 07:11:53 UTC (rev 69)
+++ shared/infix-plugins-common/trunk/infix-velocity-utils/pom.xml      
2010-12-01 11:14:06 UTC (rev 70)
@@ -24,10 +24,6 @@
                        <artifactId>plexus-component-annotations</artifactId>
                </dependency>
                <dependency>
-                       <groupId>org.codehaus.plexus</groupId>
-                       <artifactId>plexus-velocity</artifactId>
-               </dependency>
-               <dependency>
                        <groupId>org.apache.velocity</groupId>
                        <artifactId>velocity</artifactId>
                </dependency>

Modified: shared/infix-plugins-common/trunk/pom.xml
===================================================================
--- shared/infix-plugins-common/trunk/pom.xml   2010-11-30 07:11:53 UTC (rev 69)
+++ shared/infix-plugins-common/trunk/pom.xml   2010-12-01 11:14:06 UTC (rev 70)
@@ -41,30 +41,6 @@
                <system>MantisBT</system>
                
<url>http://sourceforge.net/apps/mantisbt/mvn-infix/search.php?project_id=5&amp;hide_status_id=-2</url>
        </issueManagement>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.codehaus.plexus</groupId>
-                               <artifactId>plexus-velocity</artifactId>
-                               <version>1.1.8</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                               <exclusions>
-                                       <exclusion>
-                                               <groupId>velocity</groupId>
-                                               
<artifactId>velocity</artifactId>
-                                       </exclusion>
-                               </exclusions>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.codehaus.plexus</groupId>
-                               
<artifactId>plexus-component-annotations</artifactId>
-                               <version>${plexus.component.version}</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
        <modules>
                <module>infix-mojo-utils</module>
                <module>infix-velocity-utils</module>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
mvn-Infix-commits mailing list
mvn-Infix-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvn-infix-commits

Reply via email to