mavening the code
diff --git a/job-throttler/pom.xml b/job-throttler/pom.xml
new file mode 100644
index 0000000..9510206
--- /dev/null
+++ b/job-throttler/pom.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (theÏ "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY ~ KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+
+<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">
+	<!-- the version of maven's project object model -->
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>airavata-job-throttler</artifactId>
+	<name>Airavata Job Throttler</name>
+	<version>0.1-SNAPSHOT</version>
+	<packaging>jar</packaging>
+	<groupId>org.apache.airavata</groupId>
+	<url>http://airavata.apache.org/</url>
+
+
+</project>
+
diff --git a/job-throttler/src/MetaScheduler.java b/job-throttler/src/main/java/org/apache/airavata/scheduler/jobthrottler/MetaScheduler.java
similarity index 98%
rename from job-throttler/src/MetaScheduler.java
rename to job-throttler/src/main/java/org/apache/airavata/scheduler/jobthrottler/MetaScheduler.java
index 02f7047..cbba3e3 100644
--- a/job-throttler/src/MetaScheduler.java
+++ b/job-throttler/src/main/java/org/apache/airavata/scheduler/jobthrottler/MetaScheduler.java
@@ -19,6 +19,7 @@
  * under the License.
  *
  */
+package org.apache.airavata.scheduler.jobthrottler;
 
 import java.sql.*;
 import java.util.ArrayList;
diff --git a/job-throttler/src/MetaScheduleTest.java b/job-throttler/src/test/java/org/apache/airavata/scheduler/jobthrottler/MetaSchedulerTest.java
similarity index 97%
rename from job-throttler/src/MetaScheduleTest.java
rename to job-throttler/src/test/java/org/apache/airavata/scheduler/jobthrottler/MetaSchedulerTest.java
index f59f920..08348cc 100644
--- a/job-throttler/src/MetaScheduleTest.java
+++ b/job-throttler/src/test/java/org/apache/airavata/scheduler/jobthrottler/MetaSchedulerTest.java
@@ -20,9 +20,11 @@
  *
  */
 
+package org.apache.airavata.scheduler.jobthrottler;
+
 import java.util.*;
 
-public class MetaScheduleTest {
+public class MetaSchedulerTest {
 
     public static void main(String[] args) {
         ArrayList<String> experimentData = new ArrayList<String>();