-
Notifications
You must be signed in to change notification settings - Fork 1
License
kaarefc/summa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Summa README ------------ Summa is an open source search engine developed by the State and University Library of Denmark. It is released under the Apache License, Version 2.0. Homepage: http://wiki.statsbiblioteket.dk/summa SVN:https://summa.svn.sourceforge.net/svnroot/summa Contact: For getting involved with Summa development er asking general questions about Summa please go to: http://sourceforge.net/mail/?group_id=265356 and sign up for the 'summa-devel' mailing list. Running maven: Insert the following XML into the Maven2 settings file (under linux this i found in ~/.m2/settings.xml: <settings> <mirrors> <mirror> <!--This sends everything else to /public --> <id>nexus</id> <mirrorOf>*</mirrorOf> <url>http://sbforge.statsbiblioteket.dk/nexus/content/groups/public</url> </mirror> </mirrors> <profiles> <profile> <id>nexus</id> <!--Enable snapshots for the built in central repo to direct --> <!--all requests to nexus via the mirror --> <repositories> <repository> <id>central</id> <url>http://central</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>central</id> <url>http://central</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> <activeProfiles> <!--make the profile active all the time --> <activeProfile>nexus</activeProfile> </activeProfiles> </settings> If you don't want to or can't use the repository from Statsbiblioteket non official jars are supplied in the checkout and can be installed into you local maven repository. Run the following command to create symbolic links that enables to create war files under the web module. $ cd Web; ./mkLinks.sh; cd ../; and run '$ mvn compile' from the projects root directory.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published