It looks as if you have checked your "target" folder into your source 
control system. You should not do that. "target" is a throw-away 
directory where Maven builds artifacts.
Other things that are often found but should not be included in source are:

    .project - the Eclipse project file
    .classpath - the Eclipse classpath file
    settings - the folder where Eclipse keeps settings for the project

I hope this is helpful.
Dave


Anastasios Angelidis wrote:
> Unable to update source folders mpi-database; 
> java.lang.IllegalArgumentException: Element not found: 
> /xxxx/xxxx/target/classes/liquibase
>
> Any ideas?
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Liquibase-user mailing list
> Liquibase-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/liquibase-user
>   

------------------------------------------------------------------------------
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to