Skip to content

Commit

Permalink
Updated groupId and artifactId. Mentioned about schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
pkainulainen committed Jan 16, 2013
1 parent 91a5591 commit 16effcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion running-solr-with-maven/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ CONFIGURATION:

- Open profiles/dev/config.properties
- Set the value of solr.home.directory property
- Update the Solr schema if necessary (this one haa a custom schema)

RUN:

- Run either mvn jetty:run or mvn:jetty:run-war
- Open browser and go to url: http://localhost:8983/solr/
- Open browser and go to url: http://localhost:8983/solr/
6 changes: 3 additions & 3 deletions running-solr-with-maven/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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>net.petrikainulainen.spring</groupId>
<artifactId>data-solr-solr</artifactId>
<groupId>net.petrikainulainen.maven</groupId>
<artifactId>running-solr-with-maven</artifactId>
<packaging>war</packaging>
<version>0.1</version>
<name>Todo Solr Example</name>
<description>
This Maven project is used to run Solr in a development environment.
This Maven project demonstrates how we can run Solr in a development environment.
</description>
<licenses>
<license>
Expand Down

0 comments on commit 16effcc

Please sign in to comment.