I have build my custom portal so, but I can't change j2-admin. I don't unterstand how I customize j2-admin and jetspeed2 together?

Vivek Kumar schrieb:

http://portals.apache.org/jetspeed-2.1.3/tutorials/stepbystep/guide-building-custom-portal-maven2.html


Frank Otto wrote:
how do I make a custem j2-admin application?

Vivek Kumar schrieb:
Hi

Use the following configuration in custom j2-admin application.
This will take base as j2-admin and will override all the files provide in your custom application.

 <build>
   <plugins>
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-war-plugin</artifactId>
       <configuration>
         <warName>${pom.artifactId}</warName>
         <overlays>
           <overlay>
             <id>jetspeed2</id>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>j2-admin</artifactId>
           </overlay>
         </overlays>
       </configuration>
     </plugin>
   </plugins>
 </build>


Frank Otto wrote:
can you explain this please? how should I overlay?

Vivek Kumar schrieb:
Hi

Jetspeed by default does not provide way to customize J2-admin.
However you can create another custom portal application and then over-lay it with j2-admin application.

Frank Otto wrote:
that works, but I can't modify the j2-admin app. I search a way to modify j2-admin.

Vivek Kumar schrieb:
Hi

*mvn -P tomcat,min

This command will build the custom jetspeed portal and include the j2-admin.

for more go here

http://portals.apache.org/tutorials/jetspeed-2/build-commands.html




*Frank Otto wrote:
hi,

I build a custom jetspeed portal. What is the best way to build custom jetspeed2 (2.1.3) with custom j2-admin included?

The tutorial on http://portals.apache.org/tutorials/jetspeed-2/ shows only a custom jetspeed 2 build, but not j2-admin.


kind regards,

frank

--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to