Hello,

using jestspeed-2.1.3
Maven version: 2.0.8


I'm new to jetspeed, my problem is that 
I can't figure out how to make custom build
using maven2 without maven repository from JetspeedTraining.
This JetspeedTraining is nowhere visibly to be found, I found it's 
location on forums.

With this (JetspeedTraining) maven repository building is OK.
But is it even possible without it?

All my attempts failed without this repo.

It also looks to me that there is no need to download anything manually
that by issuing command 

mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 
-DarchetypeArtifactId=portal-archetype -DarchetypeVersion=2.1.3 
-DgroupId=myportalgroup -DartifactId=myportaltest -Dversion=1.0

new portal is created, than from it's folder myportaltest command

mvn -P tomcat,min

the portal itself is compiled and deployed, donwloaded from somewhere




my settings.xml for unsucessful builds, the repo is commented.



<settings xmlns="http://maven.apache.org/POM/4.0.0";>

    <!-- Local Repository Location -->

    
<!--     
<localRepository>/home/vlinhart/diplomka/jetspeed/jetexpress/JetspeedTraining/maven/repository</localRepository>
 -->
<!--     
<localRepository>/home/vlinhart/diplomka/jetspeed/maven/repo</localRepository> 
-->
    

    <!-- Jetspeed-2 Profiles -->

    <profiles>

        <!-- Jetspeed Settings Profile -->
        <profile>
            <id>jetspeed-settings</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <properties>

                
<org.apache.jetspeed.server.home>/home/vlinhart/diplomka/jetspeed/apache-tomcat-5.5.20</org.apache.jetspeed.server.home>
                
<org.apache.jetspeed.catalina.version.major>5.5</org.apache.jetspeed.catalina.version.major>
                
<org.apache.jetspeed.services.autodeployment.server>localhost</org.apache.jetspeed.services.autodeployment.server>
                
<org.apache.jetspeed.services.autodeployment.port>8080</org.apache.jetspeed.services.autodeployment.port>
                <!-- tomcat-users.xml must include a user with the manager role 
-->
                
<org.apache.jetspeed.services.autodeployment.user>j2deployer</org.apache.jetspeed.services.autodeployment.user>
                
<org.apache.jetspeed.services.autodeployment.password>toor</org.apache.jetspeed.services.autodeployment.password>

                
<org.apache.jetspeed.production.jdbc.drivers.path>${org.apache.jetspeed.server.home}/shared/lib/derby-10.1.1.0.jar</org.apache.jetspeed.production.jdbc.drivers.path>
                
<org.apache.jetspeed.production.database.default.name>derby</org.apache.jetspeed.production.database.default.name>
                
<org.apache.jetspeed.production.database.url>jdbc:derby:/home/vlinhart/diplomka/jetspeed/db;create=true</org.apache.jetspeed.production.database.url>
                
<org.apache.jetspeed.production.database.driver>org.apache.derby.jdbc.EmbeddedDriver</org.apache.jetspeed.production.database.driver>
                
<org.apache.jetspeed.production.database.user></org.apache.jetspeed.production.database.user>
                
<org.apache.jetspeed.production.database.password></org.apache.jetspeed.production.database.password>
    
            </properties>
        </profile>

     </profiles>
    <activeProfiles>
    </activeProfiles>

</settings>


what is the binary download for?

sorry for all the questions, but tutorials are not clear enough for me.


Thanks for help,

Vladimir Linhart


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to