Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9083585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T20:48:33+00:00 2026-06-16T20:48:33+00:00

I have decided to use a layout addon in my Vaadin project which is

  • 0

I have decided to use a layout addon in my Vaadin project which is a maven project, but after taking the maven pom available on the addon page, it somehow fails to resolve from the maven repository.

Please can some tell me how to get a working maven pom or how I can get around this?

Here is the maven

<repository>
   <id>vaadin-addons</id>
   <url>http://maven.vaadin.com/vaadin-addons</url>
</repository>

<dependency>
   <groupId>org.vaadin.alump.fancylayouts</groupId>
   <artifactId>fancylayouts-addon</artifactId>
   <version>0.2.1</version>
</dependency> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T20:48:35+00:00Added an answer on June 16, 2026 at 8:48 pm

    To make this addon work into your maven project layout, you need to download the project zip bundle from github.

    Extract the zip content to any directory and cd into the addon folder:

    unzip FancyLayouts-master.zip
    cd FancyLayouts-master/fancylayouts-addon/
    

    Once there, using your favorite text editor, change the first lines of the pom.xml. Replace the <parent>...</parent> tags along with its content with the version tag (althoug the addon page in the vaadin directory says that the addon version is 0.2.1 the project code version for the downloaded bundle is 0.3-SNAPSHOT). The first 14 lines of the file should look like this:

    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.vaadin.alump.fancylayouts</groupId>
      <artifactId>fancylayouts-addon</artifactId>
      <packaging>jar</packaging>
      <name>FancyLayouts addon</name>
      <description>FancyLayouts Vaadin addon</description>
      <version>0.3-SNAPSHOT</version>  
    
      <organization>
          <name>Sami Viitanen</name>
          <url>http://vaadin.com/alump</url>
      </organization>
    

    Build the addon using: mvn install

    It should build successfully and install automatically into your local repository, to reference it from your project, add the following dependency:

        <dependency>
           <groupId>org.vaadin.alump.fancylayouts</groupId>
           <artifactId>fancylayouts-addon</artifactId>
           <version>0.3-SNAPSHOT</version>
        </dependency>
    

    Explanation of the workaround: If you try to install the addon using just mvn install and then reference the dependency in your pom.xml, maven will complain about not finding the parent pom for this library (something like: Cannot find parent: org.vaadin.alump:fancylayouts for project), thats why we have to delete the parent tag and rebuild the addon without it

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have started a new web application and have decided to use jquery as
I have setup subversion 1.6.5 on Fedora. I have decided to use a single
I'm writing a web application (PHP) for my friend and have decided to use
I have some complex types here so I decided to use nifty trick to
I have to use windows to write some shell scripts. I decided to use
I have decided to develop a (Unicode) spell checker for my final year project
I have an application that will be accessing the web. I've decided to use
We currently use subversion as our version control system, we have decided that we
For some reasons I can't use xml layout files. But I need to create
I have a CSS layout in which a content div has absolute positioning to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.